FilePath.

HasExtension Property

Summary

Gets a value indicating whether this path has a file extension.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
FilePath

Syntax

public bool HasExtension { get; }

Value

Type Description
bool true if this file path has a file extension; otherwise, false.
GitHub