Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ setLastUsedDir
Function
setLastUsedDir
source/MRViewer/MRFileDialog.cpp:702–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
700
}
701
702
void setLastUsedDir( const std::filesystem::path& folder )
703
{
704
auto& cfg = Config::instance();
705
cfg.setJsonValue( cLastUsedDirKey, utf8string( folder ) );
706
}
707
708
} // namespace FileDialog
709
Callers
5
loadFiles
Method · 0.85
windowsDialog
Function · 0.85
gtkDialog
Function · 0.85
saveFileDialog
Function · 0.85
saveFileDialogAsync
Function · 0.85
Calls
3
instance
Function · 0.85
utf8string
Function · 0.85
setJsonValue
Method · 0.80
Tested by
no test coverage detected