- Sort Score
- Result 10 results
- Languages All
Results 21 - 21 of 21 for backslashes (0.64 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
} else { share = null; unc = "\\"; } } return unc; } /** * Retuns the Windows UNC style path with backslashs intead of forward slashes. * * @return The UNC path. */ public String getUncPath() { getUncPath0(); if (share == null) { return "\\\\" + url.getHost();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)