module RubySMB::SMB1::CreateActions

This module holds the Create Actions used in NT_TRANSACT_CREATE and SMB_COM_NT_CREATE_ANDX responses. The definitions for these values can be found at [2.2.7.1.2 Response](msdn.microsoft.com/en-us/library/ee441961.aspx)

Constants

FILE_CREATED

A new file was created.

FILE_OPENED

An existing file was opened.

FILE_OVERWRITEN

An existing file was overwritten.

FILE_SUPERSEDED

An existing file was deleted and a new file was created in its place.