Mask containing the access flags.
const FILE_ACCESS_MASK: FileFlags = FileFlags(3);
That is, FD_READ_ONLY, FD_WRITE_ONLY, and FD_READ_WRITE.