The FileAccess JavaScript global object. Enum to define file operation. More...
Public Types | |
enum | AccessMode { ReadOnly = QIODevice::ReadOnly, WriteOnly = QIODevice::WriteOnly, ReadWrite = QIODevice::ReadWrite, Append = QIODevice::Append, Truncate = QIODevice::Truncate, Translate = QIODevice::Text } |
The FileAccess JavaScript global object. Enum to define file operation.