BACKENDS: Rename and simplify AbstractFSNode::create()
This commit is contained in:
parent
8666e9564f
commit
66ef50cfeb
26 changed files with 70 additions and 122 deletions
|
@ -100,7 +100,7 @@ void CreateDirectoryHandler::handle(Client &client) {
|
|||
}
|
||||
} else {
|
||||
// create the <directory_name> in <path>
|
||||
if (!node->create(true)) {
|
||||
if (!node->createDirectory()) {
|
||||
handleError(client, _("Failed to create the directory!"));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue