Changes between Initial Version and Version 1 of Ticket #67, comment 93
- Timestamp:
- Mar 12, 2018, 12:17:17 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67, comment 93
initial v1 1 1 Yes it deletes HISTDQ67, and tries to rename a backup called HISTDQ67.BK! back to HISTDQ67 and fails (it seems like HISTDQ67.BK! not found). It should be a RENAME operation, but I don't see calling ModifyDirectory with MODIFY_DIR_RENAME parameter. It does RENAME in the beginning, when renaming HISTDQ67 to HISTDQ67.BK! (a backup copy), then creates an empty HISTDQ67. But in the end, it attempts to rename HISTDQ67.BK! back to HISTDQ67, and now without the RENAME flag, which is strange. 2 2 3 Ok, I added more log messages -- please install bl8.zip over bl7.zip3 Ok, I added more log messages -- please test bl8.zip over bl7.zip (I'll need a log).