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