From f82d4824935e37e7a420f08337b64c8899f47174 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 16 Oct 2021 11:16:04 -0400 Subject: [PATCH] Destroyed Fs (markdown) --- Fs.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Fs.md diff --git a/Fs.md b/Fs.md deleted file mode 100644 index 38630fb..0000000 --- a/Fs.md +++ /dev/null @@ -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" -``` \ No newline at end of file