List Folders

List folders in a given location.

This activity all the folders and subfolders in the user-specified folder location.

Input

  • Location: String Argument Required Specifies the folder to be scanned.

  • Include Subfolders:

    • True - The subfolders will also be listed.

    • False - The subfolders won't be listed.

  • Filter: String Argument Required Specifies the filter to be applied on the list of folders of the user-specified directory.

Output

  • Output: IList Variable The output is a list that stores the list of folders as FolderObject type.

Last updated