Let: Folder to rename c:\temp\Torename to: c:\temp\ToRename
Directory.Move does not work because the folder(:\temp\Torename) already exist.
I am looking for a solution that does not involve creating a temp folder. I have this solution in place: Move to a temp folder (unique name) eg c:\temp\TorenameTemp Move from temp folder to new folder. eg c:\temp\ToRename The problem is that my folder can get very big and move can take some time to execute. I like windows explorer solution in which user renames on the spot regardless of size.
thanks for yor time.