IO

'Move with Replace' C# method

You may not realize that System.IO.File.Move() doesn't support overwriting of an existing file. In fact, it will throw an IOException if a file with the same...

1 replies - 3886 views - 02/28/08 by Ttt Ddd in Tips and Tricks