Registry / utility / platform-folders

platform-folders

JSON →
library4.3.0vcpkgunverified

A C++ library to look for special directories like 'My Documents' and '%APPDATA%'.

vcpkg install platform-folders
INSTALL
IMPORT
SIG · PLATFORM-FOLDERS
P
platform-folders
utilitycppv4.3.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.

platform_folders.h
#include <platform_folders.h>

Get the platform-specific data home directory

#include "platform_folders.h" #include <iostream> int main() { std::string appdata = sago::getDataHome(); std::cout << "Data home: " << appdata << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.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.

platform-folders — pip install platform-folders · libregistry