Win32FindData Class |
Namespace: ShellBoost.Core.Utilities
public sealed class Win32FindData
The Win32FindData type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the attributes for the current file or directory.
| |
CreationTime |
Gets the creation time of the current file or directory.
| |
CreationTimeUtc |
Gets the creation time, in coordinated universal time (UTC), of the current file or directory.
| |
Extension |
Gets the string representing the extension part of the file.
| |
FullName |
Gets the full path of the directory or file.
| |
IsDirectory |
Gets a value that determines if this instance represents a file or a directory
| |
LastAccessTime |
Gets the time that the current file or directory was last accessed.
| |
LastAccessTimeUtc |
Gets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
| |
LastWriteTime |
Gets the time when the current file or directory was last written to.
| |
LastWriteTimeUtc |
Gets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
| |
Length |
Gets the size, in bytes, of the current file.
|
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.) |