Opened 15 years ago
Closed 15 years ago
#12150 closed enhancement (fixed)
Improved move method for WP_Filesystem_Direct
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Filesystem API | Keywords: | has-patch |
Focuses: | Cc: |
Description
WP_Filesystem_Direct currently uses the copy method to accomplish a move. Ideally it should attempt to use rename() first, then fall back to copy to preserve previous behavior. This handles the failure mode of the source being read only, so the copy succeeds to the new location and then the delete fails silently).
A preliminary patch is attached.
Attachments (2)
Change History (7)
#2
@
15 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from Unassigned to 3.0
#3
@
15 years ago
- Keywords has-patch added; needs-patch removed
My mistake, I was using just straight diff for it. New patch attached.
Note: See
TracTickets for help on using
tickets.
Patch looks strange. I can't tell which file it's modifying and where.
Try using 'svn diff'.