Skip to content
Snippets Groups Projects
Commit 1611109d authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Added the rmdir functionality

parent a2a7b3cd
Branches
Tags
No related merge requests found
......@@ -312,6 +312,7 @@ int XrdProFilesystem::executeRmdirCommand(const ParsedRequest &req, XrdOucErrInf
return SFS_DATA;
}
try {
m_clientAPI->deleteDirectory(requester, req.args.at(0));
std::ostringstream responseSS;
responseSS << "[OK] Directory " << req.args.at(0) << " removed";
eInfo.setErrInfo(responseSS.str().length(), responseSS.str().c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment