Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for setFileAttributes (0.12 sec)

  1. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

            this.desiredAccess = desiredAccess;
        }
    
    
        /**
         * @param fileAttributes
         *            the fileAttributes to set
         */
        public void setFileAttributes ( int fileAttributes ) {
            this.fileAttributes = fileAttributes;
        }
    
    
        /**
         * @param shareAccess
         *            the shareAccess to set
         */
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sat Jun 01 09:52:11 UTC 2019
    - 14.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

                    }
                    else {
                        req.setCreateDisposition(Smb2CreateRequest.FILE_OPEN);
                    }
    
                    req.setShareAccess(sharing);
                    req.setFileAttributes(attrs);
                    Smb2CreateResponse resp = h.send(req);
                    info = resp;
                    fileSize = resp.getEndOfFile();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (windows-386), func SetEndOfFile(Handle) error
    pkg syscall (windows-386), func SetEnvironmentVariable(*uint16, *uint16) error
    pkg syscall (windows-386), func SetFileAttributes(*uint16, uint32) error
    pkg syscall (windows-386), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error)
    pkg syscall (windows-386), func SetFileTime(Handle, *Filetime, *Filetime, *Filetime) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top