Determines whether a path string includes an extension.
bool path::has-extension(path)
Parameters
Name | Type | Description |
---|---|---|
path | string | The path to search for an extension. |
Return Value
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
.
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions