![]() ![]() |
|||||
|
|
DOWNLOAD To view this script, click the button below. Your browser should show you the script in your browser window. Copy and paste that script into ToolBook. |
|
|||
| Syntax |
recursiveFileList(<dir>) |
||||
| Parameters |
<dir> A reference to a valid directory value. You can specify the directory path with or without a trailing \ character. |
||||
| Returns |
Returns a comma separated list
of files (with paths) in the specified directory, including every
subdirectory too. |
||||
| Sample |
dir =
chooseDirectoryDlg32("Choose a directory...",null) allFiles =
recursiveFileList(dir) |
||||