[][src]Function bak::destination_with_extension

pub fn destination_with_extension(
    path: impl AsRef<Path>,
    extension: impl AsRef<OsStr>
) -> Result<PathBuf>

Get the destination that path would be moved to by move_aside(path, extension) without actually moving it.