- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fid (0.03 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
send(new SmbComOpenAndX(unc, access, flags, null), response); f = response.fid; } return f; } 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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)