Raven Engine v0.1
A modern 3D Game Engine
Loading...
Searching...
No Matches
Raven::FileDialogs Namespace Reference

Functions

std::string OpenFile (const char *filter)
 Opens a native Windows file open dialog and returns the selected file path.
std::string SaveFile (const char *filter)
 Opens a native Windows file save dialog and returns the selected file path.
bool OpenExplorer (const std::filesystem::path &path)
 Opens the file explorer at the given Path.
std::string OpenFolder ()
 Opens a native Windows folder browser dialog and returns the selected folder path.
void OpenURL (const std::string &url)
 Opens a the given URL in the default browser.