mirror of https://github.com/Hilbis/Hilbish
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
|
cd(dir) > Changes directory to `dir`
|
||
|
|
||
|
mkdir(name, recursive) > Makes a directory called `name`. If `recursive` is true, it will create its parent directories.
|
||
|
|
||
|
readdir(dir) > Returns a table of files in `dir`
|
||
|
|
||
|
stat(path) > Returns info about `path`
|
||
|
|