mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Documentation update
This commit is contained in:
@@ -86,14 +86,15 @@ If you are using Lua 5.1, nothing should be done.</p>
|
||||
The attributes are:
|
||||
<dl>
|
||||
<dt><strong><code>dev</code></strong></dt>
|
||||
<dd>device that the inode resides on</dd>
|
||||
<dd>on Unix systems, represents the device that the inode resides on. On Windows systems,
|
||||
represents the drive number of the disk containing the file.</dd>
|
||||
|
||||
<dt><strong><code>ino</code></strong></dt>
|
||||
<dd>inode's number</dd>
|
||||
<dd>on Unix systems, represents the inode number. On Windows systems this has no meaning.</dd>
|
||||
|
||||
<dt><strong><code>mode</code></strong></dt>
|
||||
<dd>inode protection mode (string, values could be <code>file</code>,
|
||||
<code>directory</code>, <code>link</code>, <code>socket</code>,
|
||||
<dd>string representing the associated protection mode (the values could be
|
||||
<code>file</code>, <code>directory</code>, <code>link</code>, <code>socket</code>,
|
||||
<code>named pipe</code>, <code>char device</code>, <code>block device</code> or
|
||||
<code>other</code>)</dd>
|
||||
|
||||
@@ -107,7 +108,8 @@ If you are using Lua 5.1, nothing should be done.</p>
|
||||
<dd>group-id of owner</dd>
|
||||
|
||||
<dt><strong><code>rdev</code></strong></dt>
|
||||
<dd>device type, for special file inode</dd>
|
||||
<dd>on Unix systems, represents the device type, for special file inode.
|
||||
On Windows systems represents the same as <code>dev</code>.</dd>
|
||||
|
||||
<dt><strong><code>access</code></strong></dt>
|
||||
<dd>time of last access</dd>
|
||||
@@ -192,7 +194,7 @@ If you are using Lua 5.1, nothing should be done.</p>
|
||||
<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.14 2005/05/20 18:04:56 uid20002 Exp $
|
||||
$Id: manual.html,v 1.15 2005/05/20 18:18:13 uid20002 Exp $
|
||||
</small></p>
|
||||
</div> <!-- id="about" -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user