[This is preliminary documentation and subject to change.]
Returns the extension for the specified path string.
A String containing the extension of the specified path (including the "."), or an empty String if path does not have extension information.
Missing <remarks> documentation for M:NAnt.Core.Functions.PathFunctions.GetExtension(System.String)
Exception Type | Condition |
---|---|
ArgumentException | path contains one or more invalid characters. |
PathFunctions Class | NAnt.Core.Functions Namespace