I get the following error when I run the FileSystem.File_Move Action.
"Win32Error: 183 System.IO.IOException: Cannot create a file when that file already exists."
This error doesn't make any sense. File Move isn't creating a file, it is moving one. There isn't a file at the destination and File Move says it will overwrite a file at the destination if there is one.
Can anyone tell me why I might be getting this error and how to fix it?