MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / get_root_subfolder

Method get_root_subfolder

src/native_file_dialog.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222String NativeFileDialog::get_root_subfolder() const {
223 return root_subfolder;
224}
225
226void NativeFileDialog::set_filters(const PackedStringArray &p_filters) {
227 filters = p_filters;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected