ListFiles
List all XML files stored in a local or cloud-based directory.
Input
Name | Type | Description |
Mask | String | Filter mask value. Ex: '*.xml' |
Path | String | The path to list files from. Relative to the URI provided in the connection. |
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. |