Summary
Gets a value indicating whether this path has a file extension.
- Namespace
- Cake
.Core .IO - Containing Type
- FilePath
Syntax
public bool HasExtension { get; }
Value
Type | Description |
---|---|
bool |
true if this file path has a file extension; otherwise, false .
|