|
Evaluates expression1 as a file system path to a folder.
If expression2 is present, evaluates it as a number, to be interpreted as the depth into the folder hierarchy to be visited.
For each file in the folder indicated by expression1, fileloop does the following:
1. assigns the full path of the file to identifier;
2. executes statements.
If a depth is not specified, statements are executed for every file and folder at the main level of the specified folder.
If a depth is specified, statements are executed for files only, including those within subfolders to that depth.
|