FilePath.

Extension Property

Summary

Gets the file extension (including the preceding ".").
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
FilePath

Syntax

public string Extension { get; }

Value

Type Description
string The file extension (including the preceding ".").
GitHub