| 57 | } |
| 58 | |
| 59 | inline nfdresult_t PickFolder(nfdnchar_t*& outPath, |
| 60 | const nfdnchar_t* defaultPath = nullptr) noexcept { |
| 61 | return ::NFD_PickFolderN(&outPath, defaultPath); |
| 62 | } |
| 63 | |
| 64 | inline const char* GetError() noexcept { |
| 65 | return ::NFD_GetError(); |
nothing calls this directly
no test coverage detected