circuitpython/shared-bindings/storage
s-ol 99b8564e8f Add VfsFat.readonly property for getting current state
Previously the only other way of determining whether the Vfs has been mounted
read-write or read-only appears to be to attempt a write operation and detect a
possible OSError.

It wasn't possible for the user code to keep track of the state of the state
since the boot VM has to decide whether to (re)mount read-write or read-only,
but can't (easily) pass this information on to the runtime VM.
2022-12-08 14:45:24 +01:00
..
__init__.c Add VfsFat.readonly property for getting current state 2022-12-08 14:45:24 +01:00
__init__.h add storage extension python api 2022-10-13 09:53:33 +05:30