예제 #1
0
        public static bool IsValidCatalogLocation(ref string folderPath)
        {
            NOMADIndex index = NOMADIndex.GetIndex(folderPath);

            return(File.Exists(index.GetCatalogFileForZone(933))); /* Random File */
        }
예제 #2
0
 public NOMADCatalogue(string catalogLocation)
 {
     m_CatalogLocation = catalogLocation;
     m_Index           = NOMADIndex.GetIndex(catalogLocation);
 }
예제 #3
0
 public NOMADCatalogue(string catalogLocation)
 {
     m_CatalogLocation = catalogLocation;
     m_Index = NOMADIndex.GetIndex(catalogLocation);
 }