Skip to content

Find files

Description

Finds files based on the input search path which can be a glob pattern

Input Ports

Name dataType sourceType required description
Folder path text link-manual true The path to the folder you want to find files in
Search path text link-manual true The glob expression you want to find. eg. *.txt, *.pdf Read more

Scenarios

  • The user wants to find all the files inside of a folder that matches the following glob expression, *.txt.

Use case

Command

Inputs
  • Folder path: D:\
  • Search path: *.txt
Experienced tips
  • If you do not specify the Folder path, the process will stop and provide you with the following error. The "path" argument must be of type string. Received type object
  • If you do not specify the Search path, the process will stop and provide you with the following error. glob pattern string required
Search Tags

Find file names with specific a extention