CFindFiles Class
The CFindFiles class provides file searching capability. This class iterates through the files in a folder using a filename template for file selection.
Construction |
Object = CFindFiles:new() Object = CFindFiles:new( sFolder ) Object = CFindFiles:new( sFolder, Template ) |
Destruction |
Object:delete() |
Creates a new instance of a CFindFiles object. Various constructors are available. |
|
Deletes the instance of the CFindFiles object. |
Returns the current path saved by the last call to Next(). |
Opens access to file searching using a specified folder and filename template. |
|
Iterates to the next matching file. |
|
Closes the current object's access to the file system, but does not delete the CFileFind object. |