Michael McGrady wrote:
At 10:49 AM 7/16/2004, you wrote:
(I've to say that this happens ONLY on Debian Woody... Debian Sarge and
Debian Sid works ok).
Try getting ird of the hard coded separators, i.e. "/", with
File.separator, e.g. File.separator + "tmp" + File.separtor + "test+
File.separator instead of "/tmp/test/". Don't do this with the content
types, by the way. If you want to be OS free, you have to code OS free.
Michael
Hi Michael!
With:
String fileName = File.separator + "tmp" +
File.separator + "test" +
File.separator + System.currentTimeMillis() +
File.separator + "test" +
File.separator + "lastDir";
I get:
======================================================
File name: /tmp/test/1090002159068/test/lastDir
FAIL without exception!
======================================================
The same problem! File.mkdirs() doesn't work!
Horacio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]