Пример #1
0
        public DiskDataStore(string directory)
        {
            var appendBackslash = directory.EndsWith("\\") ? "" : "\\";

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

            tagPaths = new DiskPaths(collectionsFolder);
        }
Пример #2
0
        public DiskDataStore(string directory)
        {
            var appendBackslash = directory.EndsWith("\\") ? "" : "\\";

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

            tagPaths = new DiskPaths(collectionsFolder);
        }