Skip to main content

is_network_path

Function is_network_path 

Source
pub fn is_network_path(p: &str) -> bool
Expand description

Check whether a path looks like a network/UNC path — for warning purposes. Matches paths starting with \\ (Windows) or // (Linux).