Comment #9 on issue 8505 by [email protected]: Cant upgrade to 2.0.168.0 from either 2.0.168.0 or from 1.0.154.48 http://code.google.com/p/chromium/issues/detail?id=8505
The underline implementation of move_tree is MoveFileEx. It seems MoveFileEx works for a single file across volumes but does not work for a directory across volumes. According to MSDN, the function simulates the move across volumes by using the CopyFile and DeleteFile functions. (The moving across volume issue was discussed during code review, and Rahul mentioned it works across volumes. I'd assume it is tested with single file) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
