struct FileInfo

Struct representing a file information.

References from:
FileGroup;
string
fileName
The file name.
string
fileType
The type of the file.
It specifies the file structure content which shall follow common practice. For example, "xml" indicates that the file content is structured according to the eXtensible Markup Language.

DateTimeWithoutOffset
modificationTime
Date and time of latest modification.
uint64
size
The file size in kilobyte.