Registry / utility / bw-tempdir

bw-tempdir

JSON →
library1.0.1vcpkgunverified

Simplified temporary directory creation and management for C++ applications.

vcpkg install bw-tempdir
INSTALL
IMPORT
SIG · BW-TEMPDIR
B
bw-tempdir
utilitycppv1.0.1
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.

bw/tempdir.hpp
✓ #include <bw/tempdir.hpp>

Creates a temporary directory that is automatically cleaned up.

#include <bw/tempdir.hpp> #include <iostream> int main() { bw::tempdir tmp; std::cout << "Temp dir: " << tmp.path() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

bw-tempdir — pip install bw-tempdir · libregistry