Difference between revisions of "ObjectType:filelistentry"

From Lavish Software Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 15:21, 8 July 2018

Description

Provides information about files in filelists.

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


Methods

Returns

Same as Filename

Examples

See filelist


Operates On

_FileListEntry *

This is an internal data type

See Also