Helper function for joining two paths
Declared in <util/fs.h>
<util/fs.h>
fs::path AbsPathJoin( fs::path const& base, fs::path const& path);
path unchanged if it is an absolute path, otherwise returns base joined with path. Returns base unchanged if path is empty.