Commit 86205ff
committed
fix(rmdir): switch to another API for folder removal
current QDir::rmdir API does not provide an error message when failing
to delete
retuse FileSystem::remove that may just works with folders
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>1 parent ff3bf03 commit 86205ff
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
320 | | - | |
| 321 | + | |
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
| |||
0 commit comments