listDirectory

List directory content

Optionally filters file names by filter.

Result will be placed into entries array.

Returns true if directory exists and listed successfully, false otherwise.

bool
listDirectory
(
string dir
,,,,
string[] filters
,
ref DirEntry[] entries
)

Meta