diff options
author | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-18 14:44:04 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignacio@users.noreply.github.com> | 2016-01-18 14:44:04 -0300 |
commit | d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3 (patch) | |
tree | aeced1bd4f5095b9e2159cf5a5c54aeaf4177580 | |
parent | f62b4a40c4f3259d44496b59419ed8d6ff3a6e75 (diff) | |
parent | c50a650014937999e66ed75e64db8ee269989a96 (diff) | |
download | luafilesystem-d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3.tar.gz luafilesystem-d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3.tar.bz2 luafilesystem-d450cd67ad5f6b3a3ff9a3c92e9c419f534006e3.zip |
Merge pull request #61 from MisterDA/gh-pages-doc-permissions
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 | ||