Add open/save file dialogs for Mac

This commit is contained in:
Wojtek Figat
2022-01-18 13:45:48 +01:00
parent 35d9016053
commit 54db90e040
8 changed files with 125 additions and 7 deletions

View File

@@ -290,7 +290,7 @@ bool WindowsFileSystem::ShowSaveFileDialog(Window* parentWindow, const StringVie
return result;
}
bool WindowsFileSystem::ShowBrowseFolderDialog(Window* parentWindow, const StringView& initialDirectory, const StringView& title, StringView& path)
bool WindowsFileSystem::ShowBrowseFolderDialog(Window* parentWindow, const StringView& initialDirectory, const StringView& title, String& path)
{
bool result = true;