MCPcopy Create free account
hub / github.com/SFML/SFML / deleteDirectory

Method deleteDirectory

src/SFML/Network/Ftp.cpp:276–279  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

274
275////////////////////////////////////////////////////////////
276Ftp::Response Ftp::deleteDirectory(const std::string& name)
277{
278 return sendCommand("RMD", name);
279}
280
281
282////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected