ObjectType:filelistentry

From Lavish Software Wiki
Jump to navigation Jump to search

Description

Object Type Vitals
filelistentry
Defined By LavishScript
Inherits none
Reduces To Same as Filename
Variable Object Type none
Uses Sub-Types no
C/C++ Type void *

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

Examples

See filelist

See Also

LavishScript Object Types