Summary
Gets the filename without it's extension.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- FilePath
Syntax
public FilePath FileNameWithoutExtension { get; }
Value
Type | Description |
---|---|
FilePath | The filename without it's extension, or null if the file has no name. |