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

Method RmDir

src/FTPClientWrapperSSH.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222int FTPClientWrapperSSH::RmDir(const char * path) {
223 int retcode = sftp_rmdir(m_sftpsession, path);
224
225 return OnReturn((retcode == 0)?0:-1);
226}
227
228
229int FTPClientWrapperSSH::MkFile(const char * path) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected