mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 05:03:07 +00:00
Fix documentation for setmode. Closes #32.
This commit is contained in:
@@ -227,8 +227,10 @@ LuaFileSystem offers the following functions:
|
|||||||
in case of error, it returns <code>nil</code> plus an error string.</dd>
|
in case of error, it returns <code>nil</code> plus an error string.</dd>
|
||||||
|
|
||||||
<dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt>
|
<dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt>
|
||||||
<dd>Sets the writing mode for a file. The mode string can be either <code>binary</code> or <code>text</code>.
|
<dd>Sets the writing mode for a file. The mode string can be either <code>"binary"</code> or <code>"text"</code>.
|
||||||
Returns the previous mode string for the file. On non-Windows platforms, where the two modes are identical,
|
Returns <code>true</code> followed the previous mode string for the file, or
|
||||||
|
<code>nil</code> followed by an error string in case of errors.
|
||||||
|
On non-Windows platforms, where the two modes are identical,
|
||||||
setting the mode has no effect, and the mode is always returned as <code>binary</code>.
|
setting the mode has no effect, and the mode is always returned as <code>binary</code>.
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user