Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                DosFileFilter dff = (DosFileFilter)ff;
                if (dff.wildcard != null)
                    wildcard = dff.wildcard;
                searchAttributes = dff.attributes;
            }
    
            try {
                int hostlen = url.getHost().length();
                if (hostlen == 0 || getType() == TYPE_WORKGROUP) {
                    doNetServerEnum(list, files, wildcard, searchAttributes, fnf, ff);
                } else if (share == null) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. src/main/java/jcifs/smb/SmbFile.java

         *
         * @param wildcard
         *            a wildcard expression
         * @throws SmbException
         * @return An array of <code>SmbResource</code> objects representing file
         *         and directories, workgroups, servers, or shares depending on the context
         *         of the resource URL
         */
        public SmbFile[] listFiles ( String wildcard ) throws SmbException {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 81.6K bytes
    - Viewed (0)
Back to top