garydgregory commented on pull request #124: URL: https://github.com/apache/commons-io/pull/124#issuecomment-666453206
@Isira-Seneviratne @chtompki Here is another thought which I think will give us more bang for the buck: All of these `FileUtils` time comparison APIs should convert their input `File` object to a`Path` with `toPath()` and forward the calls to `PathUtils` which opens the feature to any backing NIO file system, not old school `File` objects. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
