diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/us/manual.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index a5843ed..48a8e5b 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
| @@ -221,8 +221,8 @@ LuaFileSystem offers the following functions: | |||
| 221 | 221 | ||
| 222 | <dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt> | 222 | <dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt> |
| 223 | <dd>Sets the writing mode for a file. The mode string can be either <code>binary</code> or <code>text</code>. | 223 | <dd>Sets the writing mode for a file. The mode string can be either <code>binary</code> or <code>text</code>. |
| 224 | Returns the previous mode string for the file. This function is only available in Windows, so you may want to make sure that | 224 | Returns the previous mode string for the file. On non-Windows platforms, where the two modes are identical, |
| 225 | <code>lfs.setmode</code> exists before using it. | 225 | setting the mode has no effect, and the mode is always returned as <code>binary</code>. |
| 226 | </dd> | 226 | </dd> |
| 227 | 227 | ||
| 228 | <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> | 228 | <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> |
