can any one help me how to clear this error
Hi
This error usually occurs when we are trying to move a file within the same folder as it already exists
kindly try to rename with some other name while we are trying to move the file within the same folder
Cheers @soumi_soumiya
Well the exception is self-explanatory, the file exists.
Maybe first check if the file with the certain name exists, if the name does exists then add some random number to the current one, if it does not exists then move it normally
Try to rename the file before you move it. As the error suggests, I would assume a file with the same name exists in the destination.