File Virtual Table

The File virtual table (ID 2000000022) gives you an overview of the files in a directory on your disk. The File virtual table contains the following fields.

Field Description
Path The filter on the Path field determines which directory is shown.
IsFile The value Yes indicates that the entry is a file; the value No indicates that the entry is a directory.
Name The name of the file or directory.
Size The size of the file in bytes.
Date The date the file was last modified.
Time The time the file was last modified.
Data A BLOB field with the contents of the file.

You must create a tabular-type page to access the File virtual table.

See Also

Virtual Tables