Folder.Files

The function retrieves a table that includes a row for every file discovered in the specified folder path and its subdirectories. Each row provides details about the file, along with a hyperlink to it...

Syntax

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

About

The function retrieves a table that includes a row for every file discovered in the specified folder path and its subdirectories. Each row provides details about the file, along with a hyperlink to its contents. The options parameter is designed for internal use exclusively at this time.