On Fri, 23 Nov 2001, Edson Alves Pereira
<[EMAIL PROTECTED]> wrote:

>   And if you try:
> 
>   File f = new File( "**" );

Java will treat this a a file with the name ** in your current working
directory - which probably doesn't exist.

>   File arq[ ] = f.listFiles( );
> 
>   The value of arq is null,

So at least it is not a directory 8-)

>   i think that it should work once that the OS. suport this
>   command.

It doesn't (the OS).

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to