#include "Basis/String.h"
#include "Basis/CmdOptions.h"
Include dependency graph for FileNameTmp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
Functions | |
String | Impala::GetTmpPath () |
Returns an user-specified temporary storage path, or the current folder if none specified. | |
String | Impala::PathJoin (String path1, String path2) |
Joins two paths together (inspired by Python os.path.join). | |
String | Impala::PathJoin (String path1, String path2, String path3) |
String | Impala::PathJoin (String path1, String path2, String path3, String path4) |
String | Impala::PathJoin (String path1, String path2, String path3, String path4, String path5) |
String | Impala::FileNameTmp () |