|
Compounds |
class | Entry |
| A file object. More...
|
class | FileSearch |
| This class provides file-system searching. More...
|
class | FtpSearch |
| This class provides FTP searching on an internet host. More...
|
Functions |
Entry | stat (string path, int flags=0) |
| retrieves the Entry information for the given path/flags
|
FileSearch | filesearch (string path, string pattern, int flags=0) |
| Searches a directory for entries, according to the given pattern and (optional) flags.
|
FtpSearch | ftpsearch (string path, string pattern, int flags=0) |
| Searches an FTP host for entries, according to the given pattern and (optional) flags.
|
Constants |
string | RECLS_VERSION |
| The recls version from which this Python mapping was made.
|
string | __recls_version__ |
| The recls version from which this Python mapping was made.
|
string | VERSION |
| The version of this Python mapping.
|
string | __version__ |
| The version of this Python mapping.
|
int | FILES |
| Include files in search.
|
int | DIRECTORIES |
| Include directories in search.
|
int | LINKS |
| Include links in search.
|
int | DEVICES |
| Include devices in search.
|
int | RECURSIVE |
| Searches given directory and all sub-directories.
|
int | NO_FOLLOW_LINKS |
| Does not expand links.
|
int | DIRECTORY_PARTS |
| Fills out the directory parts.
|
int | DETAILS_LATER |
| Does not fill out anything other than the path.
|
int | PASSIVE_FTP |
| Passive mode in FTP.
|