Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FILE_WRITE_DATA (0.15 sec)

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

                try {
                    open( SmbFile.O_RDONLY, 0, ATTR_NORMAL, 0 );
                    try {
                        dest.open( SmbFile.O_CREAT | SmbFile.O_WRONLY | SmbFile.O_TRUNC,
                                FILE_WRITE_DATA | FILE_WRITE_ATTRIBUTES,
                                attributes, 0 );
                    } catch( SmbAuthException sae ) {
                        if(( dest.attributes & ATTR_READONLY ) != 0 ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top