pub fn to_unix_path(path: &Path) -> String
Convert a path to unix style path.
let path = std::path::Path::new("C:\\P4Root\\test.txt");