mkdir and some other improvements

prepare for path editing and buttons
This commit is contained in:
tildearrow 2025-09-26 21:05:39 -05:00
parent c321277bc9
commit 4ff220ec5a
2 changed files with 327 additions and 251 deletions

View file

@ -89,6 +89,13 @@ class FurnaceFilePicker {
std::vector<FileTypeStyle> fileTypeRegistry;
FileTypeStyle defaultTypeStyle[FP_TYPE_MAX];
// for "create directory"
String mkdirPath, mkdirError;
// for the "edit path" button
String editablePath;
bool editingPath;
void sortFiles();
void filterFiles();
void clearAllFiles();