- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getUNCPath (0.06 sec)
-
src/main/java/jcifs/smb/SmbFile.java
this.isExists = true; return fh; } } /** * @return this file's unc path below the share */ public String getUncPath () { return this.fileLocator.getUNCPath(); } /** * @param request * @param response */ protected void customizeCreate ( SmbComNTCreateAndX request, SmbComNTCreateAndXResponse response ) {}
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (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;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Mar 13 12:00:57 UTC 2023 - 107.9K bytes - Viewed (0)