We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation for moveTo method states that:
moveTo
When a file with the same name as the target already exists, it will be replaced by the new one.
However currently a FileAlreadyExistsException is thrown when the a file already exist in the target directory.
The text was updated successfully, but these errors were encountered:
Method moveTo should not throw a FileAlreadyExistsException when …
FileAlreadyExistsException
6682a37
…target file already exists - Issue #52
No branches or pull requests
The documentation for
moveTo
method states that:However currently a FileAlreadyExistsException is thrown when the a file already exist in the target directory.
The text was updated successfully, but these errors were encountered: