|
path is a legal path name to the folder over which you wish to perform callback.
level determines the level at which traversal takes place:
If level = 1 then no sub-folders are traversed.
if level = 2 then the first level of sub-folders is traversed.
if level = infinity, all sub-folders are traversed, regardless of how deeply they are nested.
callback is the address of a function to be applied to all files and sub-folders in path in accordance with the setting of level. It is a Frontier verb or a script that operates on files and/or folders.
|