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

Method MkDir

src/FTPClientWrapperSSL.cpp:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250int FTPClientWrapperSSL::MkDir(const char * path) {
251 int retcode = m_client.MkDir(path);
252
253 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
254}
255
256int FTPClientWrapperSSL::RmDir(const char * path) {
257 int retcode = m_client.RmDir(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected