feat: expose drive labels to userspace, render in Files
This commit is contained in:
@@ -35,6 +35,7 @@ namespace Fs::Ramdisk {
|
||||
int Delete(const char* path);
|
||||
int Mkdir(const char* path);
|
||||
int Rename(const char* oldPath, const char* newPath);
|
||||
const char* GetLabel();
|
||||
int GetFileCount();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user