Add Folder copy/move/delete
Also implement the current folder menu
This commit is contained in:
4
source/fs/menus/foldermenu.h
Normal file
4
source/fs/menus/foldermenu.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
typedef int (*folderMenuPath)(const char *path);
|
||||
int FolderMenu(const char *path);
|
||||
Reference in New Issue
Block a user