std.filesystem.LoadDir - nitrologic/monkey2 GitHub Wiki
std::std.filesystem.LoadDir
monkey:monkey.types.String
Function LoadDir:Loads a directory.
Loads the contents of directory into an array.
Does not return any '.' or '..' entries in a directory.
Parameters | |
---|---|
path |
path The filesystem path of the directory to load. |