Skip to main content

For Each File In Folder

Iterates through the files of given folder.

Input

  • Folder Path: The full folder path of the selected Special Folder
    • Type: System.String
    • Required
  • Include Subfolders: Includes subfolders to iterate.
    • Type: System.Boolean
    • Required
  • Sort Option: Sorting option.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • Name Ascending
      • Name Descending
      • Last Updated Date Ascending
      • Last Updated Date Descending
      • Size Ascending
      • Size Descending
  • Filter By (ex: *.txt): Filter the files by name or by extension
    • Type: System.String