Looking for a class similar to 'opendir' and 'readdir'
From: Ramon (ramon_at_conexus.net)
Date: 12/29/04
- Next message: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Previous message: vizlab: "solving java.lang.ClassFormatError: Field "has inconsistent hierarchy" in class"
- Next in thread: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: klynn47_at_comcast.net: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: Chris Smith: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Dec 2004 20:37:28 -0800
Hello:
I need to write a simple utility which will navigate
several subdirectories and query the file size of
some files.
I am very familiar with the Unix 'opendir' and 'readdir'
functions, and that's what I am looking for, except
that this time I need something for Java, and the
utility will be run on a Windows PC.
Also: has Java been able to come up with a working
'chdir()' (on Windows, that is)? Last time I checked
the C++ chdir function in Windows exists and succeeds
but it is bogus, since doesn't really change the program's
default directory.
TIA,
-Ramon F Herrera
- Next message: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Previous message: vizlab: "solving java.lang.ClassFormatError: Field "has inconsistent hierarchy" in class"
- Next in thread: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: Ann: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: klynn47_at_comcast.net: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Reply: Chris Smith: "Re: Looking for a class similar to 'opendir' and 'readdir'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|