source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/docs/manual/CoreTasks/mkdir.html@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 1.0 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>Mkdir Task</title>
6<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
7</head>
8
9<body>
10
11<h2><a name="mkdir">Mkdir</a></h2>
12<h3>Description</h3>
13<p>Creates a directory. Also non-existent parent directories are created, when
14necessary.</p>
15<h3>Parameters</h3>
16<table border="1" cellpadding="2" cellspacing="0">
17 <tr>
18 <td valign="top"><b>Attribute</b></td>
19 <td valign="top"><b>Description</b></td>
20 <td align="center" valign="top"><b>Required</b></td>
21 </tr>
22 <tr>
23 <td valign="top">dir</td>
24 <td valign="top">the directory to create.</td>
25 <td align="center" valign="top">Yes</td>
26 </tr>
27</table>
28<h3>Examples</h3>
29<pre>&lt;mkdir dir=&quot;${dist}&quot;/&gt;</pre>
30<p>creates a directory <code>${dist}</code>.</p>
31<pre>&lt;mkdir dir=&quot;${dist}/lib&quot;/&gt;</pre>
32<p>creates a directory <code>${dist}/lib</code>.</p>
33<hr>
34<p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
35Reserved.</p>
36
37</body>
38</html>
39
Note: See TracBrowser for help on using the repository browser.