jbonofre commented on PR #166:
URL: https://github.com/apache/creadur-rat/pull/166#issuecomment-1825941748

   Extracted from `java.io.File#isHidden()` javadoc:
   
   ```
   Tests whether the file named by this abstract pathname is a hidden file. The 
exact definition of hidden is system-dependent. On UNIX systems, a file is 
considered to be hidden if its name begins with a period character ('.'). On 
Microsoft Windows systems, a file is considered to be hidden if it has been 
marked as such in the filesystem.
   ```
   
   So, for the tests, I have to bypass if on Windows. I'm doing that.


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