Difference between revisions of "MiniFS"

(Create MiniFS page)
 
m
Line 2: Line 2:
 
{{#set:Description=Minimal but powerful filesystem module.}}
 
{{#set:Description=Minimal but powerful filesystem module.}}
 
{{#set:Keyword=Filesystem}}
 
{{#set:Keyword=Filesystem}}
 
+
MiniFS is a small but powerful module for easy filesystem access. It uses LuaFileSystem, the Lua standard I/O module and the standard OS module to form a convenient API.
MiniFS is a small but powerful module for easy filesystem access. It uses LuaFileSystem for some actions like making/removing directories.
 
  
 
You can grab it from [http://gitlab.com/zatherz/minifs GitLab]. Documentation of the module can be seen [https://zatherz.gitlab.io/minifs here].
 
You can grab it from [http://gitlab.com/zatherz/minifs GitLab]. Documentation of the module can be seen [https://zatherz.gitlab.io/minifs here].
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 21:27, 20 May 2016


MiniFS is a small but powerful module for easy filesystem access. It uses LuaFileSystem, the Lua standard I/O module and the standard OS module to form a convenient API.

You can grab it from GitLab. Documentation of the module can be seen here.