Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Wildcard (0.05 sec)

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

                if (dff.wildcard != null) {
                    wildcard = dff.wildcard;
                }
                searchAttributes = dff.attributes;
            }
    
            try {
                final int hostlen = url.getHost().length();
                if (hostlen == 0 || getType() == TYPE_WORKGROUP) {
                    doNetServerEnum(list, files, wildcard, searchAttributes, fnf, ff);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

         * </pre>
         *
         * </blockquote>
         *
         * If strict resource lifecycle is used, make sure you close the individual files after use.
         *
         * @param wildcard
         *            a wildcard expression
         * @throws SmbException if an error occurs while listing the files
         * @return An array of <code>SmbResource</code> objects representing file
    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