roberthawdon/dfshow

Move files between partitions

roberthawdon opened this issue · 1 comments

New feature request. The original DF-EDIT couldn't do this, so it's not a bug.

To achieve this, a file would need to be copied with their existing permissions (see resolved issue #99 ) and the original removed. It might be worth adding a system to check the file copied successfully before deleting the original.

This has now been implemented on the v0.9 branch in the 5dadbd3 commit, however it will not be enabled on the v0.9 release by default as the feature is still experimental.

Adding the --enable-move-between-devices option to the configure script at build time will enable this feature.