Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Lewis Rosenthal, 10 years ago

Cc: Lewis Rosenthal added

comment:2 by Yuri Dario, 10 years ago

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

comment:3 by Yuri Dario, 10 years ago

Resolution: fixed
Status: newclosed

comment:4 by Yuri Dario, 10 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.