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

Method DeleteFile

src/FTPClientWrapperSSL.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327int FTPClientWrapperSSL::DeleteFile(const char * path) {
328 int retcode = m_client.DeleteFile(path);
329
330 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
331}
332
333bool FTPClientWrapperSSL::IsConnected() {
334 if (!m_connected)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected