Skip to content

Draft: Fix windows cross partition directory move

Sune Vuorela requested to merge work/sune/windows-cross-partition-dir-move into master

MoveFileEx of cross partition only works for files, not for directories. There we manually need to do the copy/del dance

Merge request reports