std.filesystem.LoadDir - nitrologic/monkey2 GitHub Wiki
std::std.filesystem.LoadDir
Function LoadDir:monkey:monkey.types.String
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. |