Function tremor_common::file::canonicalize[][src]

pub fn canonicalize<S>(path: &S) -> Result<PathBuf, Error> where
    S: AsRef<Path> + ?Sized
Expand description

A wrapper around File::create that will give a better error (including the filename)

Errors

  • if the file couldn’t be created