Function dt_core::utils::to_absolute[][src]

pub fn to_absolute(path: impl AsRef<Path>) -> Result<PathBuf>
Expand description

Convert a path relative to the current directory to an absolute one.

Reference: https://stackoverflow.com/a/54817755/13482274