How to delete Python files in one go with Pybricks Code #1782
-
The Python files I've been creating with Pybricks Code have piled up. Is there a way to delete them all at once? It's a pain to have to click the trash button one by one to delete them. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There isn't an easy way to do this. But if you really want do delete ALL scripts, you can delete the database where they are stored using the web developer tools. Press F12, select Application tab, select Storage > IndexedDB > pybricks.FileStorage in tree, click Delete Database button, Press CTRL+R to reload the page And I would backup the old files first in case you have regrets later about deleting them. 😄 |
Beta Was this translation helpful? Give feedback.
There isn't an easy way to do this. But if you really want do delete ALL scripts, you can delete the database where they are stored using the web developer tools.
Press F12, select Application tab, select Storage > IndexedDB > pybricks.FileStorage in tree, click Delete Database button, Press CTRL+R to reload the page
And I would backup the old files first in case you have regrets later about deleting them. 😄