Add folders to database. This way empty folders get

replicated.
This commit is contained in:
2017-05-12 02:06:16 +01:00
parent 403784916d
commit 78b692aa9a
4 changed files with 160 additions and 11 deletions

View File

@@ -35,7 +35,9 @@ namespace osrepodbmgr.Core
public static class Context
{
public static List<string> files;
public static List<string> folders;
public static Dictionary<string, DBFile> hashes;
public static Dictionary<string, DBFolder> foldersDict;
public static string path;
public static DBEntry dbInfo;
public static bool unarUsable;