FileData Members
Represents information about a file or directory. This is a loose wrapper of the WIN32_FIND_DATA structure that contains additional path information.
The following tables list the members exposed by the FileData type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
FileData | Initializes a new instance of the FileData class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Attributes | Gets the file attributes. |
![]() |
CreationTime | Gets the date and time when the file was created. |
![]() |
IsDirectory | Gets a value that indicates whether this object represents a directory. |
![]() |
LastAccessTime | Gets the date and time when the file was last accessed. |
![]() |
LastWriteTime | Gets the date and time when the file was last written to. |
![]() |
Name | Gets the name of the file, with no path information. |
![]() |
RelativePath | Gets the path of file. The path is relative to the root directory. |
![]() |
Size | Gets the size of the file, in bytes. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top