path editing and buttons

let's work on Windows support
This commit is contained in:
tildearrow 2025-09-27 06:51:56 -05:00
parent 3bdfe541da
commit f40461b3e4
2 changed files with 84 additions and 12 deletions

View file

@ -103,6 +103,7 @@ class FurnaceFilePicker {
void clearAllFiles();
void updateEntryName();
void readDirectory(String path);
String normalizePath(const String& which);
public:
void readDirectorySub();