Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getUncPath (0.09 sec)

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

        }
    
        /**
         * Returns the UNC path of this resource relative to the share
         *
         * @return this file's unc path below the share
         */
        public String getUncPath() {
            return this.fileLocator.getUNCPath();
        }
    
        /**
         * Customizes the NT create request and response for subclass-specific behavior
         *
         * @param request the create request to customize
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * represents is a communications device.
         */
        public static final int TYPE_COMM = 0x40;
    
        private String canon; // Initially null; set by getUncPath; dir must end with '/'
        private String share; // Can be null
        private long createTime;
        private long lastModified;
        private int attributes;
        private long attrExpiration;
        private long size;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top