Skip to main content

Folder.Files

Returns a table containing the properties and contents of the files found in the specified folder and subfolders.

Syntax

Folder.Files(
path as text,
optional options as record
) as table

Remarks

Returns a table containing a row for each file found in the folder path and all its subfolders. Each row contains properties of the file and a link to its content. The options parameter is currently intended for internal use only.

Category

Accessing data