mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-29 08:53:24 +00:00
Destroyed Fs (markdown)
parent
10faacaaa4
commit
f82d482493
14
Fs.md
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"
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user