You can't drag and drop '.py' files like '.uf2' files. They will simple disappear into the void.
AIUI MicroPython has no concept of read-only files in its standard file system.
I guess that could be implemented and there are a number of options if you are prepared to build your own MicroPython from source, including having built-in modules and using the recently introduced ROMFS.
What is your motivation for wanting read-only ?
Do you merely want them 'read-only' or 'not readable by prying eyes' ?
AIUI MicroPython has no concept of read-only files in its standard file system.
I guess that could be implemented and there are a number of options if you are prepared to build your own MicroPython from source, including having built-in modules and using the recently introduced ROMFS.
What is your motivation for wanting read-only ?
Do you merely want them 'read-only' or 'not readable by prying eyes' ?
Statistics: Posted by hippy — Tue Apr 29, 2025 12:16 am