Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for _wmkdir (0.06 sec)

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

            th.send(new Trans2QueryFSInformation(th.getConfig(), level), response);
            return response.getInfo(clazz);
        }
    
        @Override
        public void mkdir() throws SmbException {
            String path = this.fileLocator.getUNCPath();
    
            if (path.length() == 1) {
                throw new SmbException("Invalid operation for workgroups, servers, or shares");
            }
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/SmbResource.java

         * (although in the future it may be possible to create shares).
         *
         * @throws CIFSException if an error occurs creating the directory
         */
        void mkdir() throws CIFSException;
    
        /**
         * This method returns the free disk space in bytes of the drive this share
         * represents or the drive on which the directory or file resides. Objects
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 28K bytes
    - Viewed (1)
Back to top