UweKeim / ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.
https://nuget.org/packages/ZetaLongPaths
MIT License
141 stars 28 forks source link

Add overwriteExisting to MoveFile #13

Closed nbusseneau closed 7 years ago

nbusseneau commented 7 years ago

Suggesting some modifications to add an optional overwriteExisting flag to MoveFile.

Note: I could not get the Unit Tests to run properly so this modification has not been thoroughly tested. I did test it on a dummy project and it seemed to work but that's it :)

UweKeim commented 7 years ago

Thanks a lot!