translates windows drive letters to canonical paths

This commit is contained in:
Nicholas O'Connor
2019-05-15 18:03:15 -07:00
parent 2e1217adf3
commit 66c8175423
3 changed files with 53 additions and 1 deletions

View File

@@ -5,5 +5,6 @@
namespace cellar {
namespace paths {
extern std::string translate(std::string in_path, bool lazy = false);
extern std::string resolve_drive_letter(std::string in_path);
}
}