diff options
author | tuler <tuler> | 2005-06-09 16:19:27 +0000 |
---|---|---|
committer | tuler <tuler> | 2005-06-09 16:19:27 +0000 |
commit | 7446e3148678a840512a23c569593597ffb76ea9 (patch) | |
tree | 281791f3a1f7090a656d2e1c9c248a54e5dd6b80 /doc/us/manual.html | |
parent | af9acdaf859902143821ad9ddede242c0c078b9f (diff) | |
download | luafilesystem-7446e3148678a840512a23c569593597ffb76ea9.tar.gz luafilesystem-7446e3148678a840512a23c569593597ffb76ea9.tar.bz2 luafilesystem-7446e3148678a840512a23c569593597ffb76ea9.zip |
new function rmdir
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 5167c40..df532a1 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -162,6 +162,11 @@ binary properly.</p> | |||
162 | Returns a boolean indicating whether the operation succeeds or not | 162 | Returns a boolean indicating whether the operation succeeds or not |
163 | (in this case, an error string is returned too).</dd> | 163 | (in this case, an error string is returned too).</dd> |
164 | 164 | ||
165 | <dt><a name="rmdir"></a><strong><code>lfs.rmdir (dirname)</code></strong></dt> | ||
166 | <dd>Removes an existing directory. The argument is the name of the directory.<br /> | ||
167 | Returns a boolean indicating whether the operation succeeds or not | ||
168 | (in this case, an error string is returned too).</dd> | ||
169 | |||
165 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> | 170 | <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> |
166 | <dd>Set access and modification times of a file. This function is | 171 | <dd>Set access and modification times of a file. This function is |
167 | a bind to <code>utime</code> function. The first argument is the | 172 | a bind to <code>utime</code> function. The first argument is the |
@@ -192,7 +197,7 @@ binary properly.</p> | |||
192 | <div id="about"> | 197 | <div id="about"> |
193 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 198 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
194 | <p><small> | 199 | <p><small> |
195 | $Id: manual.html,v 1.23 2005/06/08 14:25:09 carregal Exp $ | 200 | $Id: manual.html,v 1.24 2005/06/09 16:19:27 tuler Exp $ |
196 | </small></p> | 201 | </small></p> |
197 | </div> <!-- id="about" --> | 202 | </div> <!-- id="about" --> |
198 | 203 | ||