Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Meadows FS is a binary module that provides functions for writing to and reading from files in your server's folder.

Example

require("meadows_fs")

local MeadowsFS = atomic.package.get("team.meadows.fs", "*")
---@cast MeadowsFS MeadowsFS

local file = MeadowsFS.create("garrysmod/addons/.gitignore")

file:write("/hls-system")
assert(file:read() == "/hls-system")

local isOk = MeadowsFS.remove("garrysmod/addons/.gitignore")
print(isOk)

Installation

  1. Install Atomic Framework
  2. Download Meadows FS from the table below and put downloaded file in garrysmod/lua/bin/.
  3. Optional Download types for Lua Language server (EmmyLua2/LuaLS)

Downloads

Architecture Download
Windows x32 Download
Windows x64 Download
Linux x32 Download
Linux x64 Download

About

🪇 Filesystem API module for Garry's Mod

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages