diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2016-01-18 16:28:06 +0100 |
---|---|---|
committer | Antonin Décimo <antonin.decimo@gmail.com> | 2016-01-18 16:29:47 +0100 |
commit | c50a650014937999e66ed75e64db8ee269989a96 (patch) | |
tree | aeced1bd4f5095b9e2159cf5a5c54aeaf4177580 | |
parent | f62b4a40c4f3259d44496b59419ed8d6ff3a6e75 (diff) | |
download | luafilesystem-c50a650014937999e66ed75e64db8ee269989a96.tar.gz luafilesystem-c50a650014937999e66ed75e64db8ee269989a96.tar.bz2 luafilesystem-c50a650014937999e66ed75e64db8ee269989a96.zip |
Add documentation for attributes.permissions, fix #59
-rw-r--r-- | manual.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual.html b/manual.html index 33c1cbe..8a20069 100644 --- a/manual.html +++ b/manual.html | |||
@@ -152,6 +152,9 @@ LuaFileSystem offers the following functions: | |||
152 | <dt><strong><code>size</code></strong></dt> | 152 | <dt><strong><code>size</code></strong></dt> |
153 | <dd>file size, in bytes</dd> | 153 | <dd>file size, in bytes</dd> |
154 | 154 | ||
155 | <dt><strong><code>permissions</code></strong></dt> | ||
156 | <dd>file permissions string</dd> | ||
157 | |||
155 | <dt><strong><code>blocks</code></strong></dt> | 158 | <dt><strong><code>blocks</code></strong></dt> |
156 | <dd>block allocated for file; (Unix only)</dd> | 159 | <dd>block allocated for file; (Unix only)</dd> |
157 | 160 | ||