#include <lwpp/utility.h>
#include <lwpp/storeable.h>
#include <lwpp/message.h>
#include <deque>
Go to the source code of this file.
Functions |
| std::string | lwpp::getTempPath () |
| | returns the current temp path, including a trailing separator
|
| bool | lwpp::isDirectory (const std::string name) |
| std::string | lwpp::makeAbsoluteName (pathList basePath, const std::string relFileName) |
| std::string | lwpp::makeAbsoluteName (const std::string basePath, const std::string relFileName) |
| void | lwpp::makeAllDirectories (const char *path) |
| std::string | lwpp::makeFullFileName (const pathList &path, const std::string &file, const std::string &ext) |
| std::string | lwpp::makeFullPath (const pathList &path) |
| std::string | lwpp::makeRelativeName (pathList basePath, const std::string absFileName) |
| std::string | lwpp::makeRelativeName (const std::string basePath, const std::string absFileName) |
| | Return the file name in relation to base.
|
| pathList | lwpp::splitFullPath (std::string sourcePath, std::string &fileName, std::string &ext) |
| pathList | lwpp::splitPath (std::string sourcePath) |
| std::string | lwpp::stripExtension (const char *source) |
| std::string | lwpp::trim (const std::string &s, const char *ws) |
| void | lwpp::trimTrail (std::string &path) |
Macro Definition Documentation
| #define LWFTYPE_INSTALL "Install" |