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

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

Returns whether the path is considered "cwd-relative", which means a path with a volume prefix that is not absolute. This look like "C:foo.txt". Paths of this form are relative to the cwd on the given volume.