From 530c9140c7628f7062e2caff73c94e547ea0c45f Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Thu, 9 Jun 2011 14:01:37 +0100 Subject: Add trivial link_info support on Windows (using STAT_FUNC). --- doc/us/manual.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/us/manual.html b/doc/us/manual.html index 217c249..a5843ed 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -228,8 +228,8 @@ LuaFileSystem offers the following functions:
lfs.symlinkattributes (filepath [, aname])
Identical to lfs.attributes except that it obtains information about the link itself (not the file it refers to). - This function is not available in Windows so you may want to make sure that - lfs.symlinkattributes exists before using it. + On Windows this function does not yet support links, and is identical to + lfs.attributes.
lfs.touch (filepath [, atime [, mtime]])
-- cgit v1.2.3-55-g6feb