garydgregory commented on pull request #319:
URL: https://github.com/apache/commons-io/pull/319#issuecomment-1023235829


   > 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`. Haven't thought through all the other cases 
either, as there are some missing exception cases here in the tests.
   
   Hi @chadlwilson 
   Yes, the idea is to use NIO. Would you adjust the PR?


-- 
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]


Reply via email to