Re: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils. java

2004-04-20 Thread Steve Loughran
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"); -

RE: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils. java

2004-04-20 Thread Dominique Devienne
> 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