Difference between revisions of "Lfs"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2012.8<br/> === Description === LFS or LuaFileSystem is a Lua library developed to complement the set...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''Supported platforms:''' mac, pc<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
=== Description ===
 
=== Description ===
Line 6: Line 6:
 
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 [http://keplerproject.github.io/luafilesystem/manual.html#reference](http://keplerproject.github.io/luafilesystem/manual.html#reference).{|-
+
For more information and detailed documentation, please visit [http://keplerproject.github.io/luafilesystem/manual.html#reference](http://keplerproject.github.io/luafilesystem/manual.html#reference).
 +
 
 +
 
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 09:56, 23 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