MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / OnActivateLocalFile

Method OnActivateLocalFile

src/NppFTP.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int NppFTP::OnActivateLocalFile(const TCHAR* path) {
190 if (!path || !m_ftpWindow)
191 return -1;
192
193 return m_ftpWindow->OnActivateLocalFile(path);
194}
195
196int NppFTP::InitAll(HINSTANCE hInst) {
197 Window::SetDefaultInstance(hInst);

Callers 1

beNotifiedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected