enum io.Df1FileProtection

enum Df1FileProtection
{
    Read      = 0x01,
    ReadWrite = 0x03,
};