Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 11 of 11 for IsHidden (0.05 seconds)

  1. src/main/java/jcifs/smb/SmbFile.java

            if (this.fileLocator.isRootOrShare()) {
                return false;
            }
            exists();
            return (this.attributes & ATTR_DIRECTORY) == 0;
        }
    
        @Override
        public boolean isHidden() throws SmbException {
            if (this.fileLocator.getShare() == null) {
                return false;
            }
            if (this.fileLocator.isRootOrShare()) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 103.2K bytes
    - Click Count (0)
Back to Top