Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUncPath0 (1.68 sec)

  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();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top