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 | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

recls-Ruby
[recls]

The recls Ruby mapping. More...

Variables

STRING Recls::RECLS_VERSION
 The recls version from which this Ruby mapping was made.

STRING Recls::VERSION
 The version of this Ruby mapping.

INT Recls::RECLS_F_FILES
 Include files in search.

INT Recls::RECLS_F_DIRECTORIES
 Include directories in search.

INT Recls::RECLS_F_LINKS
 Include links in search.

INT Recls::RECLS_F_DEVICES
 Include devices in search.

INT Recls::RECLS_F_RECURSIVE
 Searches given directory and all sub-directories.

INT Recls::RECLS_F_NO_FOLLOW_LINKS
 Does not expand links.

INT Recls::RECLS_F_DIRECTORY_PARTS
 Fills out the directory parts.

INT Recls::RECLS_F_DETAILS_LATER
 Does not fill out anything other than the path.

INT Recls::RECLS_F_PASSIVE_FTP
 Passive mode in FTP.


Detailed Description

The recls Ruby mapping.

This mapping contains the classes - FileSearch FtpSearch and Entry - which provide a Ruby object model wrapping over the recls API, handling resource management, and providing easy-to-use object access to the search results.


Variable Documentation

INT RECLS_F_DETAILS_LATER
 

Does not fill out anything other than the path.

INT RECLS_F_DEVICES
 

Include devices in search.

Not currently supported

INT RECLS_F_DIRECTORIES
 

Include directories in search.

INT RECLS_F_DIRECTORY_PARTS
 

Fills out the directory parts.

Supported from version 1.1.1 onwards

INT RECLS_F_FILES
 

Include files in search.

Included by default if none specified

INT RECLS_F_LINKS
 

Include links in search.

Ignored in Win32

INT RECLS_F_NO_FOLLOW_LINKS
 

Does not expand links.

INT RECLS_F_PASSIVE_FTP
 

Passive mode in FTP.

Supported from version 1.5.1 onwards

INT RECLS_F_RECURSIVE
 

Searches given directory and all sub-directories.

STRING RECLS_VERSION
 

The recls version from which this Ruby mapping was made.

STRING VERSION
 

The version of this Ruby mapping.


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