Win32FindData Properties |
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.
|