File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ struct TrashcanItem
380
380
_trashedPath = trashedPath;
381
381
}
382
382
}
383
- // / Original location of item (before it was moved to trashcan) .
383
+ // / Original location of the item (absolute path) before it was moved to trashcan.
384
384
@safe @property @nogc nothrow pure string restorePath() const {
385
385
return _restorePath;
386
386
}
@@ -750,8 +750,6 @@ version(D_Ddoc)
750
750
@safe void restore(ref scope TrashcanItem item) {}
751
751
/**
752
752
* Erase item from trashcan.
753
- * Bugs:
754
- * On Windows it brings up the GUI dialog. If you know how to implement silent deleting, make a pull request!
755
753
* Throws:
756
754
* $(B WindowsException) on Windows when the operation failed.$(BR)
757
755
* $(B FileException) on Posix when could not delete the item.$(BR)
You can’t perform that action at this time.
0 commit comments