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

Method deleteFile

src/SFML/Network/Ftp.cpp:294–297  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

292
293////////////////////////////////////////////////////////////
294Ftp::Response Ftp::deleteFile(const std::filesystem::path& name)
295{
296 return sendCommand("DELE", name.string());
297}
298
299
300////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected