System.IO.Abstractions icon indicating copy to clipboard operation
System.IO.Abstractions copied to clipboard

fix: #870 Moving a readonly file duplicates the file

Open vbreuss opened this issue 3 years ago • 0 comments

Fixes #870: Change the order when moving files:

  1. Remove the previous file (throws an exception, if the file access is not sufficient)
  2. Add the moved file on the new location

Also added a unit test to verify the behavior.

vbreuss avatar Aug 09 '22 11:08 vbreuss