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

Method getWorkingDirectory

src/SFML/Network/Ftp.cpp:223–226  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

221
222////////////////////////////////////////////////////////////
223Ftp::DirectoryResponse Ftp::getWorkingDirectory()
224{
225 return {sendCommand("PWD")};
226}
227
228
229////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected