Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dieset (0.18 sec)

  1. src/main/java/jcifs/SmbResource.java

         * @throws CIFSException
         */
        long fileIndex () throws CIFSException;
    
    
        /**
         * Return the attributes of this file. Attributes are represented as a
         * bitset that must be masked with <tt>ATTR_*</tt> constants to determine
         * if they are set or unset. The value returned is suitable for use with
         * the <tt>setAttributes()</tt> method.
         *
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                if (getType() != TYPE_WORKGROUP) {
                    break;
                }
                req.subCommand = (byte)SmbComTransaction.NET_SERVER_ENUM3;
                req.reset(0, ((NetServerEnum2Response)resp).lastName);
                resp.reset();
            } while(more);
        }
        void doFindFirstNext( ArrayList list,
                    boolean files,
                    String wildcard,
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top