Skip to main content

test_path_buf

Function test_path_buf 

Source
pub fn test_path_buf(unix_path: &str) -> PathBuf
Expand description

Creates a platform-absolute PathBuf from a Unix-style absolute test path.

On Windows, /tmp/example maps to C:\tmp\example.