Registry / utility / portable-file-dialogs

portable-file-dialogs

JSON →
library0.1.0vcpkgunverified

Portable GUI dialogs library

vcpkg install portable-file-dialogs
INSTALL
IMPORT
SIG · PORTABLE-FILE-DIAL
P
portable-file-dialogs
utilitycppv0.1.0
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.

portable-file-dialogs.h
#include <portable-file-dialogs.h>

Open a file dialog and print the selected file path

#include "portable-file-dialogs.h" #include <iostream> int main() { auto result = pfd::open_file("Select a file", ".", {"Text Files", "*.txt"}); if (!result.result().empty()) { std::cout << "Selected: " << result.result()[0] << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

portable-file-dialogs — pip install portable-file-dialogs · libregistry