MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / active_file_directory

Method active_file_directory

src/npp/NppInterface.cpp:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144void NppInterface::switch_to_file(const std::wstring &path) { send_msg_to_npp(NPPM_SWITCHTOFILE, 0, reinterpret_cast<LPARAM>(path.data())); }
145
146std::wstring NppInterface::active_file_directory() const { return get_dir_msg(NPPM_GETCURRENTDIRECTORY); }
147
148void NppInterface::do_command(int id) { send_msg_to_npp(WM_COMMAND, id); }
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected