MCPcopy Create free account
hub / github.com/VCVRack/Rack / getAbsolute

Function getAbsolute

src/system.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241std::string getAbsolute(const std::string& path) {
242 try {
243 return fs::absolute(fs::u8path(path)).generic_u8string();
244 }
245 catch (fs::filesystem_error& e) {
246 return "";
247 }
248}
249
250
251std::string getCanonical(const std::string& path) {

Callers 1

loadLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected