chadlwilson commented on pull request #319: URL: https://github.com/apache/commons-io/pull/319#issuecomment-1021213271
If the intent is to re-use NIO logic, I suppose the `Files.copy` could be preceded by `Files.createDirectories(destination.getParentFile().toPath());` The usage of `Files.copy` probably also needs CopyOptions.REPLACE_EXISTING -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
