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

Method RmDir

src/FTPClientWrapperSSL.cpp:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256int FTPClientWrapperSSL::RmDir(const char * path) {
257 int retcode = m_client.RmDir(path);
258
259 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
260}
261
262int FTPClientWrapperSSL::MkFile(const char * path) {
263 MemoryDataSource mdata(NULL, 0, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected