GetFileSystemEntries

Returns the names of all files and subdirectories in a specified directory in a comma-separated string.

SYNTAX
GetFileSystemEntries(path)
 GetFileSystemEntries(path, searchPattern)
ARGUMENTS

path The directory that the files are obtained from.
searchPattern The search string to match against the names of files in the path. The searchPattern parameter cannot end in two periods or contain two periods.

RETURN A comma-separated string containing the names of the file system entries found in the specified directory and matching the search criteria specified in searchPattern.