List Directory
Previous Top Next

This component can be used to list the contents of a directory into an in-memory dataset that can be used in other actions.

graphic
  
Populate Dataset
The name of the dataset that will be populated with the list of files and directories in a directory. The dataset will be populated with the following fields:
·    FullPath – The full path to the file including the directory.
·    FileName – The file name only.
·    IsDirectory – Indicator if the item is a directory.
·    Size – The size of the file.
Directory Path
The path to the directory to list with optional wildcards.