No description
- Lua 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
I was prepending the path with the current directory regardless if the argument passed was already an absolute path or not |
||
| cc-desk.lua | ||
| README.md | ||
cc-desk
Desktop compatible implementation of several ComputerCraft modules functions.
Usage
Assuming the library is available in LUA_PATH, simply require it:
local cc_desk = require "cc-desk"
fs = cc_desk.fs
shell = cc_desk.shell
Implementations
fs
.attributes.exists.find.getDir.isDir.isReadOnly.list.makeDir
shell
.resolve
utils
Helper functions used in the implementations