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

Method getOpenFilePath

src/cinder/app/AppBase.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288fs::path AppBase::getOpenFilePath( const fs::path &initialPath, const vector<string> &extensions )
289{
290 return Platform::get()->getOpenFilePath( initialPath, extensions );
291}
292
293fs::path AppBase::getFolderPath( const fs::path &initialPath )
294{

Callers 2

keyDownMethod · 0.45
getOpenFilePathFunction · 0.45

Calls 1

getFunction · 0.50

Tested by 1

keyDownMethod · 0.36