Delete Selected File from Context Menu
This commit is contained in:
@@ -166,6 +166,11 @@ namespace Nuake
|
||||
fileWriter.close();
|
||||
}
|
||||
|
||||
int FileSystem::RemoveFile(char const* path)
|
||||
{
|
||||
return std::remove(path);
|
||||
}
|
||||
|
||||
Ref<Directory> FileSystem::GetFileTree()
|
||||
{
|
||||
return RootDirectory;
|
||||
|
||||
Reference in New Issue
Block a user