1#ifndef YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
2#define YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H
25 const std::string& folder_path);
27 const std::string& folder_path);
static std::vector< std::string > GetSubdirectoriesInFolder(const std::string &folder_path)
static std::string ShowOpenFileDialog()
ShowOpenFileDialog opens a file dialog and returns the selected filepath.
static std::string ShowOpenFolderDialog()
ShowOpenFolderDialog opens a file dialog and returns the selected folder path.
static std::vector< std::string > GetFilesInFolder(const std::string &folder_path)