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

Method changeDirectory

src/SFML/Network/Ftp.cpp:255–258  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

253
254////////////////////////////////////////////////////////////
255Ftp::Response Ftp::changeDirectory(const std::string& directory)
256{
257 return sendCommand("CWD", directory);
258}
259
260
261////////////////////////////////////////////////////////////

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected