- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getCanonicalURL (0.05 sec)
-
src/test/java/jcifs/SmbResourceLocatorTest.java
} @Override public String getPath() { return urlStr; } @Override public String getCanonicalURL() { return canonical; } @Override public DfsReferralData getDfsReferral() { return dfsReferral; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceLocator.java
* this method will result in an <code>SmbFile</code> that is equal to * the original. * * @return The canonicalized URL of this SMB resource. */ String getCanonicalURL(); /** * Returns the canonicalized UNC path of this SMB resource relative to its share. * * @return The canonicalized UNC path of this SMB resource (relative to it's share) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0)