aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2011-06-09 14:01:37 +0100
committerReuben Thomas <rrt@sc3d.org>2011-06-09 19:53:41 +0100
commit530c9140c7628f7062e2caff73c94e547ea0c45f (patch)
treeef6cb15541530ea6cea22999769132f43c80c70e /doc
parentd292b3243f90ba21450c0599b42aa89e999524ee (diff)
downloadluafilesystem-530c9140c7628f7062e2caff73c94e547ea0c45f.tar.gz
luafilesystem-530c9140c7628f7062e2caff73c94e547ea0c45f.tar.bz2
luafilesystem-530c9140c7628f7062e2caff73c94e547ea0c45f.zip
Add trivial link_info support on Windows (using STAT_FUNC).
Diffstat (limited to 'doc')
-rw-r--r--doc/us/manual.html4
1 files changed, 2 insertions, 2 deletions
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:
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>
229 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that 229 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that
230 it obtains information about the link itself (not the file it refers to). 230 it obtains information about the link itself (not the file it refers to).
231 This function is not available in Windows so you may want to make sure that 231 On Windows this function does not yet support links, and is identical to
232 <code>lfs.symlinkattributes</code> exists before using it. 232 <code>lfs.attributes</code>.
233 </dd> 233 </dd>
234 234
235 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> 235 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt>