Used to provide file information to Dokan during operations by
More...
|
FileAttributes | Attributes [get, set] |
| Gets or sets the FileAttributes for the file or directory. More...
|
|
DateTime | CreationTime [get, set] |
| Gets or sets the creation time of the file or directory. If equal to null , the value will not be set or the file has no creation time. More...
|
|
DateTime | LastAccessTime [get, set] |
| Gets or sets the last access time of the file or directory. If equal to null , the value will not be set or the file has no last access time. More...
|
|
DateTime | LastWriteTime [get, set] |
| Gets or sets the last write time of the file or directory. If equal to null , the value will not be set or the file has no last write time. More...
|
|
long | Length [get, set] |
| Gets or sets the length of the file. More...
|
|
int | NumberOfLinks [get, set] |
| Number of links to the same file. More...
|
|
long | FileIndex [get, set] |
| Index number of file in the file system. More...
|
|
Used to provide file information to Dokan during operations by
ByHandleFileInformation.ByHandleFileInformation |
( |
| ) |
|
|
inline |
FileAttributes ByHandleFileInformation.Attributes |
|
getset |
Gets or sets the FileAttributes
for the file or directory.
DateTime ByHandleFileInformation.CreationTime |
|
getset |
Gets or sets the creation time of the file or directory. If equal to null
, the value will not be set or the file has no creation time.
long ByHandleFileInformation.FileIndex |
|
getset |
Index number of file in the file system.
DateTime ByHandleFileInformation.LastAccessTime |
|
getset |
Gets or sets the last access time of the file or directory. If equal to null
, the value will not be set or the file has no last access time.
DateTime ByHandleFileInformation.LastWriteTime |
|
getset |
Gets or sets the last write time of the file or directory. If equal to null
, the value will not be set or the file has no last write time.
long ByHandleFileInformation.Length |
|
getset |
Gets or sets the length of the file.
int ByHandleFileInformation.NumberOfLinks |
|
getset |
Number of links to the same file.
The documentation for this struct was generated from the following file:
- ByHandleFileInformation.cs