WRITE_OWNER top-level constant

  1. @Deprecated('Use FILE_ACCESS_RIGHTS.WRITE_OWNER instead')
int const WRITE_OWNER

The right to change the owner in the object's security descriptor.

Implementation

@Deprecated('Use FILE_ACCESS_RIGHTS.WRITE_OWNER instead')
const WRITE_OWNER = 0x00080000;