Function std::old_path::windows::is_vol_relativeUnstable [-] [+] [src]

pub fn is_vol_relative(path: &Path) -> bool

Returns whether the path is considered "volume-relative", which means a path that looks like "\foo". Paths of this form are relative to the current volume, but absolute within that volume.