2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-29 08:53:24 +00:00

Destroyed Fs (markdown)

sammyette 2021-10-16 11:16:04 -04:00
parent 10faacaaa4
commit f82d482493

14
Fs.md

@ -1,14 +0,0 @@
Fs is a filesystem library for Hilbish. It allows you to access files and the filesystem, there's not much else to say.
To require:
```lua
local fs = require 'fs'
```
# Functions
### fs.cd(path)
Changes the current working directory to `path`.
#### Example
```lua
fs.cd "/etc"
```