std.filesystem.ChangeDir - nitrologic/monkey2 GitHub Wiki
std::std.filesystem.ChangeDir
Function ChangeDir:Void( path:monkey:monkey.types.String )
Changes the process current directory.
| Parameters | |
|---|---|
path | 
path The filesystem path of the directory to make current. |