Function scl_core::utils::get_full_path

source ·
pub fn get_full_path(p: impl AsRef<Path>) -> String
Expand description

返回一个相对路径的绝对路径格式

因为标准库的 std::fs::canonicalize 不支持不存在的路径的解析,所以做了这个

用于启动参数的路径绝对化