MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / PickFolder

Function PickFolder

extern/nfd/include/nfd.hpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59inline nfdresult_t PickFolder(nfdnchar_t*& outPath,
60 const nfdnchar_t* defaultPath = nullptr) noexcept {
61 return ::NFD_PickFolderN(&outPath, defaultPath);
62}
63
64inline const char* GetError() noexcept {
65 return ::NFD_GetError();

Callers

nothing calls this directly

Calls 3

NFD_PickFolderU8Function · 0.85
NFD_PickFolderNFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected