- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for tuon (0.14 sec)
-
src/main/java/jcifs/SmbResource.java
* * @return <code>true</code> if the file is read-only * @throws CIFSException if an error occurs accessing the resource */ boolean canRead() throws CIFSException; /** * Turn off the read-only attribute of this file. This is shorthand for * <code>setAttributes( getAttributes() & ~ATTR_READONLY )</code>. * * @throws CIFSException if an error occurs modifying the resource */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
*/ public void setReadOnly() throws SmbException { setAttributes(getAttributes() | ATTR_READONLY); } /** * Turn off the read-only attribute of this file. This is shorthand for * {@code setAttributes( getAttributes() & ~ATTR_READONLY )}. * * @throws SmbException if an error occurs while clearing the read-only flagRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)