-
Notifications
You must be signed in to change notification settings - Fork 3
File System
lnx00 edited this page Mar 14, 2023
·
4 revisions
Utilities to read, write and modify files.
-
.Read(path)Reads the given file and returns it's content (or nil if invalid). -
.Write(path, content)Writes the given content to the file and returns whether it was successful. -
.Delete(path)Deletes the given file. -
.Exists(path)Returns whether the given file exists. -
.GetWorkDir()Returns the working directory of lnxLib (used for configs etc.)