https://github.com/daelvn/filekit
Wrapper around LuaFileSystem that implements other useful functions and compatibility with the CC FS API
https://github.com/daelvn/filekit
lua luafilesystem wrapper
Last synced: about 1 year ago
JSON representation
Wrapper around LuaFileSystem that implements other useful functions and compatibility with the CC FS API
- Host: GitHub
- URL: https://github.com/daelvn/filekit
- Owner: daelvn
- License: unlicense
- Created: 2019-07-12T12:12:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T06:11:39.000Z (about 5 years ago)
- Last Synced: 2025-01-17T13:25:29.279Z (about 1 year ago)
- Topics: lua, luafilesystem, wrapper
- Language: MoonScript
- Homepage: https://git.daelvn.com/filekit
- Size: 44.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filekit
filekit is a Lua library written in MoonScript that simplifies the methods used by [LuaFileSystem](http://keplerproject.github.io/luafilesystem/) and adds a bunch of other functions for checking whether files exist, getting octal permissions... It also serves as a drop-in replacement for the [ComputerCraft FS API](http://computercraft.info/wiki/Fs_(API)), so you might be able to write programs compatible with both platforms now.
## Documentation
See the documentation [here](https://git.daelvn.com/filekit/).
## Inspirations
- [LuaFileSystem](http://keplerproject.github.io/luafilesystem/)
- [file.lua](https://github.com/gummesson/file.lua)
## License
This project is Unlicensed, and released to the public domain.
## Goodbye?
goodbye.