FindFileInformation Struct Reference

Used to provide file information to Dokan during operations by More...

Public Member Functions

override readonly string ToString ()
 Returns value of FileName property converted to a string. More...
 

Properties

ReadOnlyMemory< char > 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...
 
ReadOnlyMemory< char > ShortFileName [get, set]
 Short file name in 8.3 format. More...
 

Detailed Description

Used to provide file information to Dokan during operations by

  • IDokanOperations.GetFileInformation
  • IDokanOperations.FindFiles
  • IDokanOperations.FindStreams
  • IDokanOperations.FindFilesWithPattern.

Member Function Documentation

override readonly string FindFileInformation.ToString ( )

Returns value of FileName property converted to a string.

Returns

Property Documentation

FileAttributes FindFileInformation.Attributes
getset

Gets or sets the FileAttributes for the file or directory.

DateTime FindFileInformation.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.

ReadOnlyMemory<char> FindFileInformation.FileName
getset

Gets or sets the name of the file or directory. IDokanOperations.GetFileInformation required the file path when other operations only need the file name.

DateTime FindFileInformation.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 FindFileInformation.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 FindFileInformation.Length
getset

Gets or sets the length of the file.

ReadOnlyMemory<char> FindFileInformation.ShortFileName
getset

Short file name in 8.3 format.


The documentation for this struct was generated from the following file:
  • FindFileInformation.cs