#50 closed enhancement (fixed)
urpo: implement rmdir()
| Reported by: | Yuri Dario | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | *none | Version: | |
| Severity: | Keywords: | ||
| Cc: | Lewis Rosenthal |
Description
Also rmdir() is a good candidate for delayed remove when it is not empty, http://trac.netlabs.org/rpm/ticket/99 is the main reason for this.
Change History (4)
comment:1 by , 11 years ago
| Cc: | added |
|---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 11 years ago
Since we cannot handle EACCESS because it wont let us to use DosReplaceModule in rpm, a new renameForce() API is added: in case of error, file is always added to URPO list.
Add a new renameForce() update to resolve RPM issue#99. ticket#50.
Committed revision r949.
Note:
See TracTickets
for help on using tickets.

code enhancement done in r947, build system improvements in r945 and r946.