Function pick

#include <Geode/utils/file.hpp>arc::Future<geode::utils::file::PickResult>pick(,)

Prompt the user to pick a file using the system’s file system picker

Parameters

mode

Type of file selection prompt to show

options

Picker options
Return value
The picked file path, or std::nullopt if the dialog was cancelled
Examples0