1<html>
2<head>
3<title>ftp Library Package 2.1 for Tcl/Tk help file</title>
4</head>
5<body bgcolor="#ffffff" text="#000000">
6<body>
7
8<p>
9<dl>
10  <dd>
11    <p><font face="Arial,Helvetica" color="#526e9c" size="+2"><b>FTP Library Package 2.1 for Tcl/Tk Manual Pages</b></font></p>
12  </dd>
13
14  <dd><font face="Arial,Helvetica" size="+1"><b>COMMAND</b></font></dd>
15  <dd><dl>  
16    <dd><b>ftp::MkDir</b><em>&nbsp; handle&nbsp; directory</em></dd>
17    <dd>&nbsp;</dd>
18    <dd>
19
20	The <b>ftp::MkDir</b> causes the directory specified in directory to
21	be created as a directory (if the directory is absolute) or as
22	a subdirectory of the current working directory (if directory
23	is relative).
24
25	<p>If the directory was successfully created, then the command
26	returns 1, if it fails 0. </p>
27	
28    </dd>
29  </dl></dd>
30
31  <dd><font face="Arial,Helvetica" size="+1"><b>EXAMPLE</b></font></dd>
32  <dd><dl>
33    <dd>
34	<pre># create directory
35ftp::MkDir $conn /incoming/newdir
36
37# or
38ftp::Cd $conn /incoming
39ftp::MkDir $conn newdir
40	</pre>
41		
42    </dd> 
43  </dl></dd> 
44</dl>
45</p>
46<p>
47[<a href="index.html">Contents</a>]&nbsp;
48[<b>Previous:</b> <a href="fhelp15.html">ftp::Newer</a>]&nbsp;
49[<b>Next:</b> <a href="fhelp17.html">ftp::RmDir</a>]
50</p>
51<p align="left"><hr noshade size="1"><font face="Arial,Helvetica" size="-1">&copy; 1999 <a href="mailto:Steffen.Traeger@t-online.de">Steffen Traeger</a></font></p>
52</body>
53</html>
54