I mean new File(SomeDir, SomeFile) whenever I need to compose, and let it worry over delimiters.
On Tue, Apr 6, 2010 at 7:19 AM, Sean Owen <sro...@gmail.com> wrote: > You mean File.createTempFile()? Yes, though here the test wants to > create a temp directory. Is there a good way to do that? > > On Tue, Apr 6, 2010 at 12:17 PM, Benson Margulies <bimargul...@gmail.com> > wrote: >> The File class is my usual solution here. >