Skip to content

Cannot open a new file in LittleFS subfolders #7266

Closed
@dsilletti

Description

@dsilletti

Board

ESP32-WROOM-32E

Device Description

ESP32-WROOM-32E

Hardware Configuration

N/A

Version

latest master (checkout manually)

IDE Name

Arduino IDE 2.0

Operating System

macOS 12.6

Flash frequency

40MHz

PSRAM enabled

no

Upload speed

115200

Description

Cannot open a new file in subfolder, it works with no issues in the root folder

Sketch

File testfile = LittleFS.open("/subfolder/test.txt", "a");
if (testfile) {
  testfile.println("Test");
  testfile.close();
}

Debug Message

N/A

Other Steps to Reproduce

try to open a file in a LittleFS subfolder

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

Area: LibrariesIssue is related to Library support.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions