- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setReadWrite (0.06 seconds)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
attrExpiration = System.currentTimeMillis() + attrExpirationPeriod; isExists = true; } if ((attributes & ATTR_READONLY) != 0) { setReadWrite(); } /* * Delete or Delete Directory Request / Response */ if (LogStream.level >= 3) { log.println("delete: " + fileName); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
if (!exists()) { throw new SmbException(NtStatus.NT_STATUS_OBJECT_NAME_NOT_FOUND, null); } if ((this.attributes & ATTR_READONLY) != 0) { setReadWrite(); } /* * Delete or Delete Directory Request / Response */ if (log.isDebugEnabled()) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)