[This is preliminary documentation and subject to change.]
Determines whether a path string includes an extension.
true. if the characters that follow the last directory separator or volume separator in the path include a period (.) followed by one or more characters; otherwise, false.
Missing <remarks> documentation for M:NAnt.Core.Functions.PathFunctions.HasExtension(System.String)
Exception Type | Condition |
---|---|
ArgumentException | path contains one or more invalid characters. |
PathFunctions Class | NAnt.Core.Functions Namespace