toFiles

Map a filename to an array of files.

string[]
toFiles
(
string filename
)

Parameters

filename string

file or directory name.

Return Value

Type: string[]

Array of filenames. If the filename points to a folder all d-files are returned, If the filename points to a file an array with only that file is returned.

Meta