FILE_FLAG_BACKUP_SEMANTICS top-level constant

  1. @Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_BACKUP_SEMANTICS instead')
int const FILE_FLAG_BACKUP_SEMANTICS

The file is being opened or created for a backup or restore operation. The system ensures that the calling process overrides file security checks when the process has SE_BACKUP_NAME and SE_RESTORE_NAME privileges.

Implementation

@Deprecated('Use FILE_FLAGS_AND_ATTRIBUTES.FILE_FLAG_BACKUP_SEMANTICS instead')
const FILE_FLAG_BACKUP_SEMANTICS = 0x02000000;