Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File.Move will throw an exception whenever the target file exists. Assuming that the task should overwrite the existing target files for smooth operation, this change checks whether the target file exists and, if so, deletes it prior to calling File.Move
- Loading branch information