Dominique Devienne wrote:
From: Steve Loughran [mailto:[EMAIL PROTECTED]
You can probe for NTFS by creating a file with a stream. e.g
foo.txt:1
And how do you create a file with a stream in Java Steve? --DD
Just open a file with that name?
File f=new File("c:\foo.txt:1");
-
> From: Steve Loughran [mailto:[EMAIL PROTECTED]
> You can probe for NTFS by creating a file with a stream. e.g
> foo.txt:1
And how do you create a file with a stream in Java Steve? --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED