Base Class Members
Construction
| Constructs a CFileFind object. | 
Attributes
| Gets the time the file was created. | |
| Gets the name, including the extension, of the found file | |
| Gets the whole path of the found file. | |
| Gets the title of the found file. The title does not include the extension. | |
| Gets the URL, including the file path, of the found file. | |
| Gets the time that the file was last accessed. | |
| Gets the time the file was last changed and saved. | |
| Gets the length of the found file, in bytes. | |
| Gets the root directory of the found file. | |
| Determines if the found file is archived. | |
| Determines if the found file is compressed. | |
| Determines if the found file is a directory. | |
| Determines if the name of the found file has the name "." or "..", indicating that is actually a directory. | |
| Determines if the found file is hidden. | |
| Determines if the found file is normal (in other words, has no other attributes). | |
| Determines if the found file is read-only. | |
| Determines if the found file is a system file. | |
| Determines if the found file is temporary. | |
| Indicates the desired file attributes of the file to be found. | 
Operations
| Closes the search request. | |
| Closes the file specified by the current search handle. | |
| Searches a directory for a specified file name. | |
| Continues a file search from a previous call to FindFile. |