source: release-kits/lirk3/bin/ant-installer/web/manual1.6.2/manual/CoreTasks/deltree.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.2 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<title>Deltree Task</title>
6<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css">
7</head>
8
9<body>
10
11<h2><a name="deltree">Deltree</a></h2>
12<h3><i>Deprecated</i></h3>
13<p><i>This task has been deprecated. Use the Delete task instead.</i></p>
14<h3>Description</h3>
15<p>Deletes a directory with all its files and subdirectories.</p>
16<h3>Parameters</h3>
17<table border="1" cellpadding="2" cellspacing="0">
18 <tr>
19 <td valign="top"><b>Attribute</b></td>
20 <td valign="top"><b>Description</b></td>
21 <td align="center" valign="top"><b>Required</b></td>
22 </tr>
23 <tr>
24 <td valign="top">dir</td>
25 <td valign="top">the directory to delete.</td>
26 <td valign="top" align="center">Yes</td>
27 </tr>
28</table>
29<h3>Examples</h3>
30<pre> &lt;deltree dir=&quot;dist&quot;/&gt;</pre>
31<p>deletes the directory <code>dist</code>, including its files and
32subdirectories.</p>
33<pre> &lt;deltree dir=&quot;${dist}&quot;/&gt;</pre>
34<p>deletes the directory <code>${dist}</code>, including its files and
35subdirectories.</p>
36<hr><p align="center">Copyright &copy; 2000-2001,2004 The Apache Software Foundation. All rights
37Reserved.</p>
38
39</body>
40</html>
41
Note: See TracBrowser for help on using the repository browser.