mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 20:33:06 +00:00
Documentation update
This commit is contained in:
@@ -80,7 +80,7 @@ If you are using Lua 5.1, nothing should be done.</p>
|
|||||||
|
|
||||||
<p>LuaFileSystem offers the following functions:</p>
|
<p>LuaFileSystem offers the following functions:</p>
|
||||||
|
|
||||||
<dl>
|
<dl class="reference">
|
||||||
<dt><a name="attributes"></a><strong><code>lfs.attributes (filepath)</code></strong></dt>
|
<dt><a name="attributes"></a><strong><code>lfs.attributes (filepath)</code></strong></dt>
|
||||||
<dd>Returns a table with the file attributes corresponding to <code>filepath</code>.
|
<dd>Returns a table with the file attributes corresponding to <code>filepath</code>.
|
||||||
The attributes are:
|
The attributes are:
|
||||||
@@ -129,7 +129,7 @@ If you are using Lua 5.1, nothing should be done.</p>
|
|||||||
<dt><strong><code>blksize</code></strong></dt>
|
<dt><strong><code>blksize</code></strong></dt>
|
||||||
<dd>optimal file system I/O blocksize; (Unix only)</dd>
|
<dd>optimal file system I/O blocksize; (Unix only)</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
</dd>
|
||||||
|
|
||||||
<dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt>
|
<dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt>
|
||||||
<dd>Changes the current working directory to the given
|
<dd>Changes the current working directory to the given
|
||||||
@@ -193,7 +193,7 @@ If you are using Lua 5.1, nothing should be done.</p>
|
|||||||
<div id="about">
|
<div id="about">
|
||||||
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
|
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
|
||||||
<p><small>
|
<p><small>
|
||||||
$Id: manual.html,v 1.17 2005/05/20 18:43:00 uid20006 Exp $
|
$Id: manual.html,v 1.19 2005/05/22 18:56:24 carregal Exp $
|
||||||
</small></p>
|
</small></p>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user