The File virtual table 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. |
|
Is a File |
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 form to access the File virtual table.

