[Issue 11631] New: std.file.rename doesn't work across different mount points

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 28 07:05:53 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11631

           Summary: std.file.rename doesn't work across different mount
                    points
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: lomereiter at gmail.com


--- Comment #0 from Artem Tarasov <lomereiter at gmail.com> 2013-11-28 07:05:50 PST ---
man 2 rename / ERRORS / EXDEV 

For this reason Python users use shutil.move instead of os.rename.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list