Summary
Gets a value indicating whether or not this path is relative.
- Namespace
- Cake
.Core .IO - Containing Type
- Path
Syntax
public bool IsRelative { get; }
Value
Type | Description |
---|---|
bool |
true if this path is relative; otherwise, false .
|