public static void Start() { //Start method check esstinal storage function if (DirectoryOps.CheckDirectoriesStruct() == false) { //Recreate the DirectoryStructure DirectoryOps.ReCreateDirectoriesStruct(); MemoryOps.CreateStartElement(Path.Combine(DirectoryOps.MainPath, DirectoryOps.Dirs[3], "DBS.xml"), "DBS_LISTS"); } }
public static String Test() { return(MemoryOps.SelectNodes(Path.Combine(DirectoryOps.MainPath, DirectoryOps.Dirs[3], "DBS.xml"), "DB_LISTS").InnerXml); }