C/C++ User's Journal STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

python::Recls Namespace Reference


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.


recls Library documentation © Synesis Software Pty Ltd, 2001-2005