We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0817ca commit 4bc2817Copy full SHA for 4bc2817
1 file changed
src/LITTLEFS.cpp
@@ -41,7 +41,7 @@ LITTLEFSImpl::LITTLEFSImpl()
41
42
bool LITTLEFSImpl::exists(const char* path)
43
{
44
- File f = open(path, "r");
+ File f = open(path, "r", false);
45
return (f == true);
46
}
47
0 commit comments