Extensions

- The extensions directory is now created, if needed.
This commit is contained in:
Paul Beckingham 2011-05-26 22:01:36 -04:00
parent 32e7af4610
commit 0caea22f08
2 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,9 @@
#include <TDB2.h>
#include <Hooks.h>
#include <DOM.h>
#include <Path.h>
#include <File.h>
#include <Directory.h>
class Context
{
@ -93,6 +96,7 @@ public:
std::string home_dir;
File rc_file;
Path data_dir;
Directory extension_dir;
Config config;
Filter filter;