translates windows drive letters to canonical paths
This commit is contained in:
		@@ -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);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user