[This is preliminary documentation and subject to change.]
Determines whether the given path refers to an existing directory on disk.
true if path refers to an existing directory; otherwise, false.
Missing <remarks> documentation for M:NAnt.Core.Functions.DirectoryFunctions.Exists(System.String)
Remove directory "test", if it exists.
<delete dir="test" if="${directory::exists('test')}" />
DirectoryFunctions Class | NAnt.Core.Functions Namespace