Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for existsWithLeasing (0.06 seconds)

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

         *
         * @param smbFile the SmbFile to check existence for
         * @return true if the file exists
         * @throws SmbException if an error occurs
         */
        public static boolean existsWithLeasing(SmbFile smbFile) throws SmbException {
            try (SmbTreeHandleImpl th = smbFile.ensureTreeConnected()) {
                DirectoryLeaseManager dirManager = getDirectoryLeaseManager(th);
    
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 23 02:21:31 GMT 2025
    - 7.1K bytes
    - Click Count (0)
Back to Top