- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getUNCPath (0.05 seconds)
-
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 customizeCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0) -
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;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0)