pub fn is_network_path(p: &str) -> bool
Check whether a path looks like a network/UNC path — for warning purposes. Matches paths starting with \\ (Windows) or // (Linux).
\\
//