AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
FileAccess
To Subscribe, use this Key
monkey-arkansas-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description This class can be used to permanently store data in the user device's file system and to read from it. This is useful for store ga…
Published
06/07/2024
Properties bool big_endian
Published
06/07/2024
Enumerations enum ModeFlags : ModeFlags READ = 1 Opens the file for read operations. The cursor is positioned at …
Published
06/07/2024
Property Descriptions bool big_endian void set_big_endian (value: bool ) bool is_big_endian () If true …
Published
06/07/2024
Method Descriptions void close () Closes the currently opened file and prevents subsequent read/write operations. Use flush to p…
Status
Last Update
Fields