Skip to main content

absolute

Function absolute 

Source
pub fn absolute(path: impl AsRef<Path>) -> FsResult<PathBuf>
Expand description

Wraps std::path::absolute error with a FsError, outputting the path that caused the error.

On wasm platforms this will just ensure the path begins with a /