Skip to main content

is_unc

Function is_unc 

Source
pub fn is_unc(path: &Path) -> bool
Expand description

Returns true if path uses a UNC prefix (\\server\share or verbatim UNC).

ยงFilesystem access

No.