RecurseFiles
Purpose
This command returns a comma separated string of files that are in the starting directory and all sub-directories within it.
Parameters
Parameter: Starting Directory
Type: string
Description: The full path to the starting directory to be recursed.
Returns
Parameter: file list
Type: string
Description: The list of files in the starting directory and sub-directories, separated by a comma.
Example
Sample Code
VB
$body