Function pick

#include <Noahh/utils/file.hpp>intpick(,)

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