- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isOpen (0.03 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
void open(final int flags, final int access, final int attrs, final int options) throws SmbException { if (isOpen()) { return; } fid = open0(flags, access, attrs, options); opened = true; tree_num = tree.tree_num; } boolean isOpen() { return opened && isConnected() && tree_num == tree.tree_num; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)