Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Rashed (0.2 sec)

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

            return response;
        }
    
    
        @Override
        public boolean exists () throws SmbException {
    
            if ( this.attrExpiration > System.currentTimeMillis() ) {
                log.trace("Using cached attributes");
                return this.isExists;
            }
    
            this.attributes = ATTR_READONLY | ATTR_DIRECTORY;
            this.createTime = 0L;
            this.lastModified = 0L;
            this.lastAccess = 0L;
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
Back to top