Add open/save file dialogs for Mac
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user