Added a new function common.Move to fix the error regarding renaming a file across partitions (#51). common.Rename produced errors on systems where the temporary directory was on a different drive than the working directory.
I have not tested this on any *nix systems as I don't have any, so I can only confirm this update works for Windows users.
Added a new function
common.Move
to fix the error regarding renaming a file across partitions (#51).common.Rename
produced errors on systems where the temporary directory was on a different drive than the working directory.I have not tested this on any *nix systems as I don't have any, so I can only confirm this update works for Windows users.