...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Returns a string array with all of the folders found.
Examples
...
...
// Get a list of all of the folders found under my capture session.
...
// Also get the sub-folders.
...
string $dirList[] = `getDirList "C:/Data/MyProject001/" -recursive`;
...
print $dirList;
Additional information
Related commands
...