mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Expliciting the types of the attributes
This commit is contained in:
@@ -95,7 +95,8 @@ The compiled binary should be copied to a directory in your
|
||||
named attribute is returned (this use is equivalent to
|
||||
<code>lfs.attributes(filepath).aname</code>, but the table is not created
|
||||
and only one attribute is retrieved from the O.S.).
|
||||
The attributes are:
|
||||
The attributes are described as follows;
|
||||
attribute <code>mode</code> is a string, all the others are numbers:
|
||||
<dl>
|
||||
<dt><strong><code>dev</code></strong></dt>
|
||||
<dd>on Unix systems, represents the device that the inode resides on. On Windows systems,
|
||||
@@ -210,7 +211,7 @@ The compiled binary should be copied to a directory in your
|
||||
<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><small>$Id: manual.html,v 1.27 2006/03/10 23:37:48 carregal Exp $</small></p>
|
||||
<p><small>$Id: manual.html,v 1.28 2006/03/14 13:16:18 tomas Exp $</small></p>
|
||||
</div> <!-- id="about" -->
|
||||
|
||||
</div> <!-- id="container" -->
|
||||
|
||||
Reference in New Issue
Block a user