Expand description
CreateOptions bit flags ([MS-SMB2] §2.2.13 / [MS-CIFS] §2.2.4.64.1).
Constants§
- FILE_
DELETE_ ON_ CLOSE - Delete the file when the last open handle is closed.
- FILE_
DIRECTORY_ FILE - The file being opened or created is a directory.
- FILE_
NON_ DIRECTORY_ FILE - The file being opened must not be a directory.