Meadows FS is a binary module that provides functions for writing to and reading from files in your server's folder.
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)- Install Atomic Framework
- Download Meadows FS from the table below and put downloaded file in
garrysmod/lua/bin/. OptionalDownload types for Lua Language server (EmmyLua2/LuaLS)
| Architecture | Download |
|---|---|
Windows x32 |
Download |
Windows x64 |
Download |
Linux x32 |
Download |
Linux x64 |
Download |
