CFindFiles Class Description
The CFindFiles class provides file searching capability. This class is used to create a list of files in a folder that match a file name template.
Construction |
Object = new_findfiles() Object = new_findfiles( sFolder ) Object = new_findfiles( sFolder, Template ) Object = CFindFiles:new() Object = CFindFiles:new( sFolder ) Object = CFindFiles:new( sFolder, Template ) |
Destruction |
Object:delete() |
This function is normally used to create a new CFindFiles object as an alternative to the class-based new method.
Creates a new instance of a CFindFiles object. |
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. |
|
Begins iteration over file names. Used with Next. |
|
Returns the next file found. |
|
Closes the class's access to the file system, but does not delete the CFileFind object. |
Directory Functions, CFileDlg class, Script Classes, GetFileList, CFile
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.