DataType:filelistentry
From Lavish Software Wiki
Contents |
[edit]
Description
Provides information about files in filelists.
[edit]
Members
- string Filename: Name of the file
- string FullPath: Path+Filename of the file
- int Size: Size in bytes of the file
- int64ptr CreationTime: Win32 FILETIME (number of 100-nanosecond intervals since January 1, 1601) value representing the time of creation of this file
- int64ptr LastWriteTime: Win32 FILETIME (number of 100-nanosecond intervals since January 1, 1601) value representing the last time of modification of this file
- int64ptr LastAccessTime: Win32 FILETIME (number of 100-nanosecond intervals since January 1, 1601) value representing the last time of acces of this file
[edit]
Methods
[edit]
Returns
Same as Filename
[edit]
Examples
See filelist
[edit]
Operates On
_FileListEntry *
This is an internal data type
[edit]
