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
}
{
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 |