I am trying to rename a directory from C# , and I can not
find an elegant solution.
Many recommand MoveTo, Move, which seem to me .. more
like an overkill solution.(also i can't seems to shake
rights access violation exceptions beeing throwen)
On the net there are also solutions running batch files
and also , in VB.Net it seems there is FileSystem.Rename
but only in VB.Net.
has anyone found a better solution ?