mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
First draft of the filesystem browser works.
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user