List Folders
List folders in a given location.
This activity all the folders and subfolders in the user-specified folder location.
Input
Location:
String ArgumentRequiredSpecifies the folder to be scanned.Include Subfolders:
True- The subfolders will also be listed.False- The subfolders won't be listed.
Filter:
String ArgumentRequiredSpecifies the filter to be applied on the list of folders of the user-specified directory.
Output
Output:
IList VariableThe output is a list that stores the list of folders as FolderObject type.
Last updated