GENERIC_WRITE

const win32file.GENERIC_WRITE;

Specifies write access to the object. Data can be written to the file and the file pointer can be moved. Combine with GENERIC_READ for read-write access.