alguns atributos sao especificos de Unix.

This commit is contained in:
tuler
2004-11-10 14:09:45 +00:00
parent c9286d40fe
commit 688efd472c

View File

@@ -71,8 +71,8 @@ LuaFileSystem offers the following functions:
<i>modification</i>, time of last data modification;<br> <i>modification</i>, time of last data modification;<br>
<i>change</i>, time of last file status change;<br> <i>change</i>, time of last file status change;<br>
<i>size</i>, file size, in bytes;<br> <i>size</i>, file size, in bytes;<br>
<i>blocks</i>, block allocated for file;<br> <i>blocks</i>, block allocated for file; (Unix only)<br>
<i>blksize</i>, optimal file system I/O blocksize;<br> <i>blksize</i>, optimal file system I/O blocksize; (Unix only)<br>
</ul> </ul>
Returns a table with file attributes described above. Returns a table with file attributes described above.
@@ -185,7 +185,7 @@ attrdir (".")
<hr> <hr>
<small> <small>
$Id: manual.html,v 1.6 2004/11/05 10:37:29 tomas Exp $ $Id: manual.html,v 1.7 2004/11/10 14:09:45 tuler Exp $
</small> </small>
</body> </body>