Github user ra0077 commented on the pull request:

    https://github.com/apache/jmeter/pull/202#issuecomment-212154513
  
    Hi Philippe,
    
    Like you can see in 
https://docs.oracle.com/javase/7/docs/api/java/io/File.html#canRead%28%29
    
    "Returns:
        true if and only if the file specified by this abstract pathname exists 
and can be read by the application; false otherwise"
    
    canRead() test if the file exists and can be read
    
    With this modification we have a better error message if the file can't be 
read
    
    Antonio



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to