IOException when trying to rename(move) a directory to uppercase: source and destination path must be different
When I try to move directory c:\abc to c:\ABC i get an IO exception: source and destination path must be different.
How can I overcome this?
thnx,
geo