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

Method createDirectory

src/SFML/Network/Ftp.cpp:269–272  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

267
268////////////////////////////////////////////////////////////
269Ftp::Response Ftp::createDirectory(const std::string& name)
270{
271 return sendCommand("MKD", name);
272}
273
274
275////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected