Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefault
style
widths25%, 10%, 13%, 52%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

Scroll tablelayout
sortDirectionASC
repeatTableHeadersdefault
style
widths15%, 15%, 14%, 13%, 43%
stylesortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

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

...