From 6c2201f3094a0733e3e2caa7998cf260b61a3eb3 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 8 Sep 2004 14:20:13 +0000 Subject: [PATCH] Clarify that the file attribute can refer to a directory as well. PR: 31113 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276836 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/dirname.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/CoreTasks/dirname.html b/docs/manual/CoreTasks/dirname.html index 232f8abc1..a804d67ea 100644 --- a/docs/manual/CoreTasks/dirname.html +++ b/docs/manual/CoreTasks/dirname.html @@ -14,10 +14,10 @@ Task to determine the directory path of a specified file.

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.

Parameters