Revision bcaae5d4 trunk/Pithos.Core/StatusKeeper.cs

b/trunk/Pithos.Core/StatusKeeper.cs
30 30
        {            
31 31
            var appDataPath = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData);
32 32
            var pithosDbPath = Path.Combine(appDataPath , "Pithos");
33
            if (!Directory.Exists(pithosDbPath))
34
                Directory.CreateDirectory(pithosDbPath);
33 35

  
34 36
            var source = GetConfiguration(pithosDbPath);
35 37
            ActiveRecordStarter.Initialize(source,typeof(FileState),typeof(FileTag));            

Also available in: Unified diff