Skip to main content

Module create_options

Module create_options 

Source
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.