You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/16 17:35:37 UTC

[GitHub] [commons-vfs] garydgregory commented on pull request #73: DefaultFileMonitor addFile() no longer works with directories since VFS-702

garydgregory commented on pull request #73:
URL: https://github.com/apache/commons-vfs/pull/73#issuecomment-881608646


   @f4lco 
   It looks like the commit you refer also fixed a bug which it seems you depended on: If you want to monitor a directory, you need to enable recursion with `setRecursive(true)` before calling `addFile(FileObject)`.
   
   Note: I updated `CountingListener` to could all three API calls.
   


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org