[This is preliminary documentation and is subject to change.]
The FindData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetAttributes | Gets bitwise same value as Attributes as CLS-compliant type | |
| GetFileSize | ||
| GetFileSizeHigh | ||
| GetFileSizeLow | ||
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetReparsePointTag | Gets bitwise same value as ReparsePointTag as CLS-compliant type | |
| GetReserved1 | Gets bitwise same value as Reserved1 as CLS-compliant type | |
| SetAttributes | Sets value of Attributes as CLS-compliant type | |
| SetFileSize | ||
| SetFileSizeHigh | ||
| SetFileSizeLow | ||
| SetReparsePointTag | Sets value of ReparsePointTag as CLS-compliant type | |
| SetReserved1 | Sets value of Reserved1 as CLS-compliant type | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| MaxPath | Maximal length of path in characters |
Properties
| Name | Description | |
|---|---|---|
| AccessTime | For a file, the structure specifies when the file was last read from, written to, or for executable files, run. | |
| AlternateFileName | An alternative name for the file. | |
| Attributes | The file attributes of a file. | |
| CreationTime | Specifies when a file or directory was created. | |
| FileName | The name of the file. | |
| FileSize | Size of file in bytes | |
| ReparsePointTag | If the Attributes member includes the ReparsePoint attribute, this member specifies the reparse point tag. Otherwise, this value is undefined and should not be used. | |
| Reserved1 | Reserved for future use. | |
| WriteTime | For a file, the structure specifies when the file was last written to, truncated, or overwritten. The date and time are not updated when file attributes or security descriptors are changed. |