EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

finfo

File information structure. This structure is used by getfileinfo function and foreach operator.

type finfo
{
   str fullname
   str name
   uint attrib
   filetime created
   filetime lastwrite
   filetime lastaccess
   uint sizehi
   uint sizelo
}

Members

fullname The full name of the file or directory.
name The name of the file or directory.
attrib File attributes.
created Creation time.
lastwrite Last modification time.
lastaccess Last access time.
sizehi High size uint.
sizelo Low size uint.

Related links

Source