RecurseFilesEX
Purpose
This command returns an array of strings 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 array
Description: The list of files in the starting directory and sub-directories, one entry per array element.
Example
Sample Code
VB
Function RecurseFilesEx(ByVal SourceDir As String) As String()