Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fd (0.01 sec)

  1. src/main/java/jcifs/smb/SmbFile.java

                    withOpen(th, Smb2CreateRequest.FILE_OPEN_IF, O_RDWR, 0, null);
                } else {
                    try (SmbFileHandle fd = openUnshared(O_RDWR | O_CREAT | O_EXCL, O_RDWR, FILE_NO_SHARE, ATTR_NORMAL, 0)) {
                        // close explicitly
                        fd.close(0L);
                    }
                }
            } catch (final CIFSException e) {
                throw SmbException.wrap(e);
            }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top