mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-11 05:22:02 +00:00
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`
|
|
|