mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-01 08:42:04 +00:00
Created Fs (markdown)
parent
200373b542
commit
ecf5fe066a
14
Fs.md
Normal file
14
Fs.md
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user