Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getUncPath0 (0.07 seconds)

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

                        UniAddress.getByName(url.getHost()).getHostName();
                    }
                } else if (getUncPath0().length() == 1 || share.equalsIgnoreCase("IPC$")) {
                    connect0(); // treeConnect is good enough
                } else {
                    final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_BASIC_INFO);
                    attributes = info.getAttributes();
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 112.2K bytes
    - Click Count (0)
Back to Top