Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Construction
| CFileFind | Constructs a CFileFind object. |
Attributes
| GetLength | Gets the length of the found file, in bytes. |
| GetFileName | Gets the name, including the extension, of the found file |
| GetFilePath | Gets the whole path of the found file. |
| GetFileTitle | Gets the title of the found file. The title does not include the extension. |
| GetFileURL | Gets the URL, including the file path, of the found file. |
| GetRoot | Gets the root directory of the found file. |
| GetCreationTime | Gets the time the file was created. |
| GetLastAccessTime | Gets the time that the file was last accessed. |
| GetLastWriteTime | Gets the time the file was last changed and saved. |
| MatchesMask | Indicates the desired file attributes of the file to be found. |
| IsDots | Determines if the name of the found file has the name "." or "..", indicating that is actually a directory. |
| IsReadOnly | Determines if the found file is read-only. |
| IsDirectory | Determines if the found file is a directory. |
| IsCompressed | Determines if the found file is compressed. |
| IsSystem | Determines if the found file is a system file. |
| IsHidden | Determines if the found file is hidden. |
| IsTemporary | Determines if the found file is temporary. |
| IsNormal | Determines if the found file is normal (in other words, has no other attributes). |
| IsArchived | Determines if the found file is archived. |
Operations
| Close | Closes the search request. |
| FindFile | Searches a directory for a specified file name. |
| FindNextFile | Continues a file search from a previous call to FindFile. |