Gets a value indicating whether this path has a file extension.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
- Property Type
- bool
Syntax
public bool HasExtension { get; }
Value
| Type | Description |
|---|---|
| bool |
true if this file path has a file extension; otherwise, false.
|