mirror of https://github.com/Hilbis/Hilbish
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
abs(path) > Gives an absolute version of `path`.
|
|
|
|
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`
|
|
|