Difference between revisions of "Lfs"

From GiderosMobile
Line 2: Line 2:
 
'''Supported platforms:''' mac, pc<br/>
 
'''Supported platforms:''' mac, pc<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<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.
 
<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.
Line 9: Line 9:
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Methods ===
+
=== <translate>Methods</translate> ===
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Events ===
+
=== <translate>Events</translate> ===
=== Constants ===
+
=== <translate>Constants</translate> ===
 
|}
 
|}

Revision as of 08:27, 24 August 2018

Supported platforms: mac, pc
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 [1](http://keplerproject.github.io/luafilesystem/manual.html#reference).

Methods

Events

Constants