aboutsummaryrefslogtreecommitdiff
path: root/doc/us/manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r--doc/us/manual.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index a7e2efb..996dc1f 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -206,6 +206,13 @@ LuaFileSystem offers the following functions:
206 Returns <code>true</code> if the operation was successful; in 206 Returns <code>true</code> if the operation was successful; in
207 case of error, it returns <code>nil</code> plus an error string. 207 case of error, it returns <code>nil</code> plus an error string.
208 </dd> 208 </dd>
209
210 <dt><a name="link"></a><strong><code>lfs.link (old, new[, symlink])</code></strong></dt>
211 <dd>Creates a link. The first argument is the object to link to
212 and the second is the name of the link. If the optional third
213 argument is true, the link will by a symbolic link (by default, a
214 hard link is created).
215 </dd>
209 216
210 <dt><a name="mkdir"></a><strong><code>lfs.mkdir (dirname)</code></strong></dt> 217 <dt><a name="mkdir"></a><strong><code>lfs.mkdir (dirname)</code></strong></dt>
211 <dd>Creates a new directory. The argument is the name of the new 218 <dd>Creates a new directory. The argument is the name of the new