Used to provide file information to Dokan during operations by
More...
|
string | FileName [get, set] |
| Gets or sets the name of the file or directory. IDokanOperations.GetFileInformation required the file path when other operations only need the file name. 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...
|
|
Used to provide file information to Dokan during operations by
FileAttributes DokanNet.FileInformation.Attributes |
|
getset |
Gets or sets the FileAttributes
for the file or directory.
DateTime DokanNet.FileInformation.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.
string DokanNet.FileInformation.FileName |
|
getset |
DateTime DokanNet.FileInformation.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 DokanNet.FileInformation.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 DokanNet.FileInformation.Length |
|
getset |
Gets or sets the length of the file.
The documentation for this struct was generated from the following file: