Page 1 of 1

Esp32S3 : fopen with spaces in filename

Posted: Wed Apr 17, 2024 12:19 pm
by ThomasESP32
Good afternoon,

I am working with FatFS component with VFS in order to mount a FileSystem on the internal SPI flash
of a Esp32S3 device.

When using the fopen standard function, I manage to open my files normally when there are no spaces in the filename.

As soon as I have spaces in the filename, for example : /intflash/File name to open.mp3
the fopen function does not manage to open it normally.

Do you know how to deal with that please ?

Best regards,

Thomas TRUILHE