
Contents |
Searches for a folder or folders.
1. findFolders path:="C:\c";
2. findFolders path:="C:\c" addpath:=1;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| path to look for subfolders | path |
Input string | |
input path to look for subfolders |
| add root path to all resulting folder | addpath |
Input int | |
add root path to all resulting folder or not |
| number of sub folders found | n |
Output int | |
output the number of sub folders found |
| result folder names separated by CRLF | folder |
Output string | |
output result file names separated by CRLF |
This X-Function is used to search folders in specific path and conditions.
For more examples, please refer to XF Script Dialog (press F11).