I want to rename large files while using c#. If I have a couple of large files and if I use .IO.move function my files will be copied with the right name and the old ones will be destroyed. that will take a veryyyy long time with large files
I couldnt find a good solution. anyone an idea fitting large files?