diff options
| author | Jeff Epler <jepler@gmail.com> | 2018-03-27 21:28:18 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2018-03-27 21:28:18 -0500 |
| commit | fe7f405fc7708cdbe426e2f255b01a1a77e574d9 (patch) | |
| tree | 6cce12b5fba96950cff1a14ab6a687349d9bd153 /shared-bindings | |
| parent | c08f5a3a0071dd1940a09c6b5f0bdd8e4768c7f0 (diff) | |
Add VfsFat.label property
These allow accessing the filesystem label. For instance,
in boot.py, you can set the label on the built-in storage with:
storage.remount('/', False)
storage.getmount('/').label = "NEWLABEL"
storage.remount('/', True)
Users with multiple CIRCUITPY boards may find it desirable to
choose a different label for each board they own.
Diffstat (limited to 'shared-bindings')
0 files changed, 0 insertions, 0 deletions
