Re: createTempFile()

2003-07-26 Thread Tom Tromey
> "Torsten" == Torsten Rupp <[EMAIL PROTECTED]> writes: Torsten> That means the current implementation returns all the time a Torsten> temporary file with a filename of the pattern 8+3. Long Torsten> prefixed are rejected by an exception. Is this behaviour ok? Torsten> What do you think? I'd

createTempFile()

2003-07-22 Thread Dr. Torsten Rupp
Dear Classpath members, I yust added a fix to java.io.File.createTempFile() to limit the filename to 8+3 characters, such that it also runs on DOS-filesystems. To create a temporary file with an unique name I also limited the prefix to max. 7 characters to be able to create a filename for a tempor