- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for getUNCPath (0.1 sec)
-
src/test/java/jcifs/tests/ConcurrencyTest.java
try { f.delete(); } catch ( IOException e ) { System.err.println(f.getLocator().getUNCPath()); throw e; } } } this.completed = true; } catch (
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:40:50 UTC 2021 - 17.6K 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)