mbenson 2004/09/08 07:20:14 Modified: docs/manual/CoreTasks dirname.html Log: Clarify that the file attribute can refer to a directory as well. PR: 31113 Revision Changes Path 1.6 +4 -4 ant/docs/manual/CoreTasks/dirname.html Index: dirname.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/dirname.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- dirname.html 9 Feb 2004 21:50:05 -0000 1.5 +++ dirname.html 8 Sep 2004 14:20:13 -0000 1.6 @@ -14,10 +14,10 @@ </p> <p> When this task executes, it will set the specified property to the -value of the specified file up to, but not including, 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. +value of the specified file (or directory) up to, but not including, +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> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]