pub fn is_unc(path: &Path) -> bool
Returns true if path uses a UNC prefix (\\server\share or verbatim UNC).
true
path
\\server\share
No.