listDir

lists the files and dirs inside a dir

only dirs and files are returned, symlinks are ignored

string[]
listDir
(
string pathname
)

Return Value

Type: string[]

an array containing absolute paths of files/dirs

Meta