cppfs
1.2.0.5b71c2c98fb9
Cross-platform C++ file system library supporting multiple backends (Local-FS, SSH)
|
#include <string>
#include <cppfs/cppfs_api.h>
Go to the source code of this file.
Namespaces | |
cppfs | |
cppfs::system | |
Access system information. | |
Functions | |
CPPFS_API const std::string & | cppfs::system::homeDir () |
Get home directory of the current user. More... | |
CPPFS_API std::string | cppfs::system::configDir (const std::string &application) |
Get config directory for the named application. More... | |