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.
Exception Type | Condition |
---|---|
ArgumentException | path contains one or more invalid characters. |
PathFunctions Class | NAnt.Core.Functions Namespace