Skip to content
New issue

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

MoveTo method should not throw a FileAlreadyExistsException when target file already exist #52

Closed
pditommaso opened this issue Jun 23, 2015 · 0 comments

Comments

@pditommaso
Copy link
Member

The documentation for moveTo method states that:

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.

pditommaso added a commit that referenced this issue Jun 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant