Win32FindData Methods |
The Win32FindData type exposes the following members.
Name | Description | |
---|---|---|
DeleteDirectory(String, Win32FindDataEnumerateOptions) |
Deletes the specified directory and, if indicated, any subdirectories and files in the directory.
The operation first deletes all the files in the directory and then deletes the directory itself.
| |
DeleteDirectory(String, Boolean) |
Deletes the specified directory and, if indicated, any subdirectories and files in the directory.
The operation first deletes all the files in the directory and then deletes the directory itself.
| |
EnumerateFileSystemEntries(String, Win32FindDataEnumerateOptions, Boolean) |
Returns an enumerable collection of file names and directory names in a specified path.
| |
EnumerateFileSystemEntries(String, EventHandlerWin32FindDataEventArgs, Win32FindDataEnumerateOptions) |
Enumerates the collection of file names and directory names in a specified path and call a function for each entry.
| |
FromPath |
Gets an instance from a physical path.
| |
HasExtension(IEnumerableString) |
Determines whether this instance has one of the specified extensions.
| |
HasExtension(String) |
Determines whether this instance has the specified extension.
| |
HasExtension(String) |
Determines whether this instance has one of the specified extensions.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |