diff options
author | tomas <tomas> | 2004-10-27 18:01:42 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-10-27 18:01:42 +0000 |
commit | b4970612f7ff0ca79297db3c23e18ded6040d5a9 (patch) | |
tree | db6d6d34ab457f326f9de27ac8a207d24e358e71 /doc | |
parent | 0cc45c2881289e017fc9bf0402033b59e6c2fd77 (diff) | |
download | luafilesystem-b4970612f7ff0ca79297db3c23e18ded6040d5a9.tar.gz luafilesystem-b4970612f7ff0ca79297db3c23e18ded6040d5a9.tar.bz2 luafilesystem-b4970612f7ff0ca79297db3c23e18ded6040d5a9.zip |
Acrescimo da funcao attributes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/manual.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 2c40441..733bd8a 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -54,6 +54,10 @@ as Lua 5.0. | |||
54 | <p> | 54 | <p> |
55 | LuaFileSystem offers the following functions: | 55 | LuaFileSystem offers the following functions: |
56 | <ul> | 56 | <ul> |
57 | <a name="attributes"></a> | ||
58 | <li> <b><tt>lfs.attributes (filepath)</tt></b> <br> | ||
59 | Returns a table with file attributes. | ||
60 | |||
57 | <a name="chdir"></a> | 61 | <a name="chdir"></a> |
58 | <li> <b><tt>lfs.chdir (path)</tt></b> <br> | 62 | <li> <b><tt>lfs.chdir (path)</tt></b> <br> |
59 | Changes the current | 63 | Changes the current |
@@ -137,7 +141,7 @@ LuaFileSystem offers the following functions: | |||
137 | 141 | ||
138 | <hr> | 142 | <hr> |
139 | <small> | 143 | <small> |
140 | $Id: manual.html,v 1.2 2004/07/29 16:47:11 tomas Exp $ | 144 | $Id: manual.html,v 1.3 2004/10/27 18:01:42 tomas Exp $ |
141 | </small> | 145 | </small> |
142 | 146 | ||
143 | </body> | 147 | </body> |