path::get-extension

Returns the extension for the specified path string.

Usage

string path::get-extension(path)

Parameters

Name Type Description
path string The path string from which to get the extension.

Return Value

A String containing the extension of the specified path (including the "."), or an empty String if path does not have extension information.

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.91.4312.0)