Difference between revisions of "Lfs"
From GiderosMobile
(formatting) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | |||
<languages /> | <languages /> | ||
+ | |||
<!-- GIDEROSOBJ:lfs --> | <!-- GIDEROSOBJ:lfs --> | ||
+ | |||
'''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | '''<translate>Supported platforms</translate>:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | ||
'''<translate>Available since</translate>:''' Gideros 2012.8<br/> | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> | ||
+ | |||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
− | + | LFS or LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. | |
+ | |||
LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | ||
− | For more information and detailed documentation, please visit | + | For more information and detailed documentation, please visit http://keplerproject.github.io/luafilesystem/manual.html#reference. |
+ | |||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| |
Revision as of 14:59, 8 December 2019
Supported platforms:
Available since: Gideros 2012.8
Description
LFS or LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.
LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
For more information and detailed documentation, please visit http://keplerproject.github.io/luafilesystem/manual.html#reference.
Methods |
EventsConstants |