Added the feature of having a working application directory
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef FOLDERSTRUCTURE_H_
|
||||
#define FOLDERSTRUCTURE_H_
|
||||
|
||||
#include<string>
|
||||
|
||||
struct FolderStructure
|
||||
{
|
||||
static std::string rootDirectory;
|
||||
static std::string keyDirectory;
|
||||
static std::string passwordDirectory;
|
||||
static std::string settingDirectory;
|
||||
|
||||
void setupPaths(const char*);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user