Skip to main content

For Each File in a Folder

FOREACHFILE

Loops over each file with the extension in the folder, and sets the value to the $FILE variable. Any functions after "FOREACHFILE" will be executed for each file.

Parameters

  • folder (string): The folder to loop over (subfolders are included)
  • extensions (string):
  • includeSubFolders (string): true/false

Returns

No return information provided.