Moved FileSystem stuff into seprate files and a FileSystem Folder

This commit is contained in:
Antoine Pilote
2024-09-03 23:49:22 -04:00
parent db21f342b5
commit c91812c65e
63 changed files with 553 additions and 431 deletions

View File

@@ -58,7 +58,7 @@ void EditorSelectionPanel::Draw(EditorSelection selection)
ResolveFile(selection.File);
}
if (!selection.File->IsValid())
if (!selection.File->Exist())
{
std::string text = "File is invalid";
auto windowWidth = ImGui::GetWindowSize().x;