Exemplo n.º 1
0
        public DiskDataStore(string directory)
        {
            var appendBackslash = directory.EndsWith("\\") ? "" : "\\";

            var collectionsFolder = directory + appendBackslash + @"Collections\";

            tagPaths = new DiskPaths(collectionsFolder);
        }
Exemplo n.º 2
0
        public DiskDataStore(string directory)
        {
            var appendBackslash = directory.EndsWith("\\") ? "" : "\\";

            var collectionsFolder = directory + appendBackslash + @"Collections\";

            tagPaths = new DiskPaths(collectionsFolder);
        }