- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCanonicalUrl (0.06 seconds)
-
src/test/java/jcifs/SmbResourceLocatorTest.java
} @Override public String getPath() { return urlStr; } @Override public String getCanonicalURL() { return canonical; } @Override public DfsReferralData getDfsReferral() { return dfsReferral; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8K bytes - Click Count (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) */
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.4K bytes - Click Count (0)