|
Public Methods | |
native String[] | getRoots () |
Returns an array of the roots for the current system. | |
Search (String searchRoot, String pattern, int flags) | |
Creates a new enumerable search. | |
native void | Close () |
Releases the resources owned by the search. | |
void | Finalize () |
Releases the resources owned by the search. | |
final boolean | hasMoreElements () |
Tests if this enumeration contains more elements. | |
final Object | nextElement () |
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. | |
Static Public Methods | |
Search | MakeSearch (String searchRoot, String pattern, int flags) throws ReclsException |
Creates a new enumerable search. | |
Static Public Attributes | |
final int | RECLS_F_FILES = 0x00000001 |
final int | RECLS_F_DIRECTORIES = 0x00000002 |
final int | RECLS_F_LINKS = 0x00000004 |
final int | RECLS_F_DEVICES = 0x00000008 |
final int | RECLS_F_RECURSIVE = 0x00010000 |
final int | RECLS_F_NO_FOLLOW_LINKS = 0x00020000 |
final int | RECLS_F_DIRECTORY_PARTS = 0x00040000 |
final int | RECLS_F_DETAILS_LATER = 0x00080000 |
|
Creates a new enumerable search.
|
|
Releases the resources owned by the search.
|
|
Releases the resources owned by the search.
|
|
Returns an array of the roots for the current system.
|
|
Tests if this enumeration contains more elements.
|
|
Creates a new enumerable search.
|
|
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
|
|
Does not fill out anything other than the path. Not currently supported. |
|
Include devices in search. Not currently supported. |
|
Include directories in search. Not currently supported. |
|
Fills out the directory parts. Supported from version 1.1.1 onwards. |
|
Include files in search. Included by default if none specified |
|
Include links in search. Ignored in Win32. |
|
Does not expand links |
|
Searches given directory and all sub-directories |
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2004 |