MCPcopy Create free account
hub / github.com/SpartanJ/eepp / openContainingFolder

Method openContainingFolder

src/eepp/ui/uicodeeditor.cpp:2234–2236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2232}
2233
2234void UICodeEditor::openContainingFolder() {
2235 Engine::instance()->openURI( mDoc->getFileInfo().getDirectoryPath() );
2236}
2237
2238void UICodeEditor::copyContainingFolderPath() {
2239 getUISceneNode()->getWindow()->getClipboard()->setText(

Callers 1

createCodeEditorMethod · 0.80

Calls 2

openURIMethod · 0.80
getDirectoryPathMethod · 0.80

Tested by

no test coverage detected