Get Files In Folder Step

Brief description

This step gets all the files from folder with specified extension and saves them in to the 'Array of strings' type variable. 

Step Information

Step name (Not required) the custom name of the process step that labels the editor’s process step box

Input parameters

  • Folder Path (Required)– existing variable name of string data type or value that specifies the full path to folder from which we want to get files
  • Search (Required)– the existing variable name of string data type or value that specifies the file name or extension (e.g. FileName.xlsx or *.xlsx)
  • Include Subfolders (Required)
    • T (true)
    • F (false- default value)

Output parameters

  • File list (Required)– existing or new variable of array of strings data type that contains the resulting file list
  • File list count (Required)– existing or new variable of integer data type in that contains the resulting number of files

Was this article helpful?