mirror of
https://github.com/esp8266/Arduino.git
synced 2025-12-15 08:21:28 +03:00
SPIFFS is actually a flat file system, so opendir/readdir always iterate over all files. This adds explicit check that file name returned after readdir starts with the requested pattern.