Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

         * @return the appropriate lease state
         */
        private int determineLeaseState(final int access) {
            // Check if this is a directory
            boolean isDir = false;
            try {
                isDir = isDirectory();
            } catch (SmbException e) {
                // If we can't determine directory status, assume file
                // Log the issue but continue with file assumptions
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top