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

Method Rename

src/FTPClientWrapperSSL.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238int FTPClientWrapperSSL::Rename(const char * from, const char * to) {
239 int retcode = m_client.RenameFile(from, to);
240
241 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
242}
243
244int FTPClientWrapperSSL::ChmodFile(const char * path, const char * mode) {
245 int retcode = m_client.ChmodFile(path, mode);

Callers

nothing calls this directly

Calls 1

RenameFileMethod · 0.80

Tested by

no test coverage detected