pub fn test_path_buf(unix_path: &str) -> PathBuf
Creates a platform-absolute PathBuf from a Unix-style absolute test path.
PathBuf
On Windows, /tmp/example maps to C:\tmp\example.
/tmp/example
C:\tmp\example