rmdir is throwing errors
-
Dear updraft,
I use your plugin and have some custom task runner which emails me when there is an output of the task.
Normally this is not an issue. But your plugin seems to execute
rmdir
on a dir that does not seem to be empty. After checking the code I see the following comment above the rmdir:// Success of this operation is not recorded; we only ultimately care about emptying, not removing entirely (empty folders in our context are harmless)
My question was if you guys don’t care about the operation of that function. if you could suppress the output for that function by using the @ operator. So turn it into a
@rmdir($src)
.Cheers, Ian.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘rmdir is throwing errors’ is closed to new replies.