Read ini file on flash fs

Hi,
A very simple question but I didn’t find a sample or response in this forum.

On Nicla vision, how to read a file (ini configuration file) store in flash file system (like main.py)

BR
stéphane

Hi, you just open a file like you do in Python. So, all the information about how to open files in Python online applies.

OK. So simple…

Thanks :slight_smile: