Browse Source

Oops.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272112 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
04b0589bc9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/dirname.html

+ 1
- 1
docs/manual/CoreTasks/dirname.html View File

@@ -42,7 +42,7 @@ the directory will be the current directory.
<pre> &lt;dirname property=&quot;antfile.dir&quot; file=&quot;${ant.file}&quot;/&gt;</pre> <pre> &lt;dirname property=&quot;antfile.dir&quot; file=&quot;${ant.file}&quot;/&gt;</pre>
will set <code>antfile.dir</code> to the directory path for will set <code>antfile.dir</code> to the directory path for
<code>${ant.file}</code>. <code>${ant.file}</code>.
<pre> &lt;dirname property=&quot;foo.dirname&quot; file=&quot;foo.txt&quot;</pre>
<pre> &lt;dirname property=&quot;foo.dirname&quot; file=&quot;foo.txt&quot;/&gt;</pre>
will set <code>foo.dirname</code> to the current directory.</p> will set <code>foo.dirname</code> to the current directory.</p>


<hr> <hr>


Loading…
Cancel
Save