Registry / utility / nativefiledialog

nativefiledialog

JSON →
library2022-01-20vcpkgunverified

A tiny C library that portably invokes native file open and save dialogs.

vcpkg install nativefiledialog
INSTALL
IMPORT
SIG · NATIVEFILEDIALOG
N
nativefiledialog
utilitycppv2022-01-20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nfd.h
#include <nfd.h>

Opens a native file dialog to select a PNG or JPG file.

#include <nfd.h> #include <iostream> int main() { nfdchar_t* outPath = NULL; nfdresult_t result = NFD_OpenDialog("png,jpg", NULL, &outPath); if (result == NFD_OKAY) { std::cout << "Selected: " << outPath << std::endl; NFD_Free(outPath); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-01-20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nativefiledialog — pip install nativefiledialog · libregistry