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