8000 GitHub - NobilisNC/tempus: C++ cross-platform lib to generate temporary file/directories
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NobilisNC/tempus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tempus

Tempus is a library to generate temporary files / directories.

This library is cross-platform and work om UNIX and Windows.

#include <tempus.h>

std::string dir_name = tempus::tmpDir();
std::string file_name = tempus::tmpFile();

License

This library is provided under the MIT License

About

C++ cross-platform lib to generate temporary file/directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0