|
Inheritance diagram for Search:
Public Methods | |
native String[] | getRoots () |
Returns an array of the roots for the current system. | |
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 Attributes | |
final int | RECLS_F_FILES = 0x00000001 |
Constants. | |
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 |
final int | RECLS_F_PASSIVE_FTP = 0x00100000 |
Static Protected Attributes | |
int | m_hSearch |
Members. |
|
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.
|
|
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
|
|
Members.
|
|
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. |
|
Constants. Include files in search. Included by default if none specified |
|
Include links in search. Ignored in Win32. |
|
Does not expand links |
|
Passive mode in FTP |
|
Searches given directory and all sub-directories |
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2004 |