ListFiles
List files from a local or cloud storage.
Input
Name | Type | Description |
Mask | String | Filter mask value. Ex: '*.json' |
Result Set Columns
Name | Type | Description |
FileName | String | Returns the file name. |
LastModified | Long | Returns the unix timestamp when this file was last modified. |
CreatedAt | Long | Returns the unix timestamp when this file was created. Returns -1 when the storage does not support this field. |
URI | String | Returns the URI. |