Function pickMany

#include <Geode/utils/file.hpp>arc::Future<geode::utils::file::PickManyResult>pickMany()

Prompt the user to pick a bunch of files for opening using the system’s file system picker

Parameters

options

Picker options
Return value
The picked file paths, or empty vector if the dialog was cancelled
Examples0