<html>
<head>
<title>ftp Library Package 2.1 for Tcl/Tk help file</title>
</head>
<body bgcolor="#ffffff" text="#000000">
<body>
<p>
<dl>
<dd>
<p><font face="Arial,Helvetica" color="#526e9c" size="+2"><b>ftp Library Package 2.1 for Tcl/Tk Manual Pages</b></font></p>
</dd>
<dd><font face="Arial,Helvetica" size="+1"><b>COMMAND</b></font></dd>
<dd><dl>
<dd><b>ftp::RmDir</b><em> handle directory</em></dd>
<dd> </dd>
<dd>
The <b>ftp::RmDir</b> command removes the specified directory on the
ftp server. The remote directory must be empty.
<p>The command returns 1 if the specified directory can be successfully
removed or 0 if it fails. </p>
</dd>
</dl></dd>
<dd><font face="Arial,Helvetica" size="+1"><b>EXAMPLE</b></font></dd>
<dd><dl>
<dd>
<pre># remove directory
ftp::RmDir $conn /incoming/newdir
# or
ftp::Cd $conn /incoming
ftp::RmDir $conn newdir
</pre>
</dd>
</dl></dd>
</dl>
</p>
<p>
[<a href="index.html">Contents</a>]
[<b>Previous:</b> <a href="fhelp16.html">ftp::MkDir</a>]
[<b>Next:</b> <a href="fhelp18.html">ftp::Quote</a>]
</p>
<p align="left"><hr noshade size="1"><font face="Arial,Helvetica" size="-1">© 1999 <a href="mailto:[email protected]">Steffen Traeger</a></font></p>
</body>
</html>