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