MCPcopy Create free account
hub / github.com/cinder/Cinder / expandPath

Function expandPath

src/cinder/Utilities.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43namespace cinder {
44
45fs::path expandPath( const fs::path &path )
46{
47 return app::Platform::get()->expandPath( path );
48}
49
50fs::path getHomeDirectory()
51{

Callers 3

writeFileStreamFunction · 0.85
readWriteFileStreamFunction · 0.85

Calls 2

getFunction · 0.50
expandPathMethod · 0.45

Tested by

no test coverage detected