109110111112113114115116117118119
* * @param file */ public boolean canRead(String file) throws IOException { final FSAccessRights rights = getAccessRights(file); return (rights == null) || rights.canRead(); } /** * Can the given file be written to? *