Browse Source

describe difference of <dirname> and unix dirname

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451692 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
e8b3b57f55
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/manual/CoreTasks/dirname.html

+ 5
- 0
docs/manual/CoreTasks/dirname.html View File

@@ -36,6 +36,11 @@ the last path element. If the specified file is a path that ends in a
filename, the filename will be dropped. If the specified file is just
a filename, the directory will be the current directory.
</p>
<p>
<em>Note:</em> This is not the same as the UNIX dirname command, which is
defined as "strip non-directory suffix from filename". &lt;dirname&gt;
determines the full directory path of the specified file.
</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>


Loading…
Cancel
Save