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.

View Now
 


FILE FUNCTION: recursiveFileList()

Add-on OpenScript Function - should work in version 6 and higher of 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)