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