IPath<T>.

IsUNC Property

Summary

Gets a value indicating whether or not this path is an UNC path.
Namespace
Cake.Core.IO
Containing Type
IPath<T>

Syntax

bool IsUNC { get; }

Value

Type Description
bool true if this path is an UNC path; otherwise, false.