I have a property containing the full path to a file and I want extract the
directory path only.

For example, from:

<property name="some.property" value="/somedir/somefile"/>

I want to get "/somedir" only.

How can I do this (using Ant 1.4.1 and, possibly, not with a script)?


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to