First draft of the filesystem browser works.

This commit is contained in:
David Given
2022-09-04 17:59:56 +02:00
parent 058ef8495b
commit 92ae233f39
26 changed files with 474 additions and 192 deletions

View File

@@ -102,6 +102,8 @@ public:
break;
auto dirent = std::make_shared<Dirent>();
dirent->path = path;
dirent->path.push_back(filinfo.fname);
dirent->filename = filinfo.fname;
dirent->length = filinfo.fsize;
dirent->file_type =