File reader

Read folders and files from specific directory.

When to use?

When we want to save folder or files names to a variable from a specific directory.

How to use:

  1. In the BASEPATH field, enter the specific directory path, example: C:/Users/Admin/Documents
  2. Select the MODE from the drop-down
  3. Mode Folders is to save all folders from specific basepath
  4. Mode Files is to save all files from specific basepath
  5. In the VAR field, enter the variable(array) name to save all folders/files from a specific basepath, example: myFiles
  6. To access variable myFiles, use: ${myFiles[0]} or ${myFiles[1]} or ${myFiles[n]}