From 3cea6c6e9612ca2b04b4742c04721d24f4b316be Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 9 Jun 2011 19:49:29 +0100 Subject: Add lfs.link. --- doc/us/manual.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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: Returns true if the operation was successful; in case of error, it returns nil plus an error string. + +
lfs.link (old, new[, symlink])
+
Creates a link. The first argument is the object to link to + and the second is the name of the link. If the optional third + argument is true, the link will by a symbolic link (by default, a + hard link is created). +
lfs.mkdir (dirname)
Creates a new directory. The argument is the name of the new -- cgit v1.2.3-55-g6feb