public void TestPathGet() { string ad = DLog.GetAppdataDir(); string md = DLog.GetModuleDir(); Assert.IsTrue(ad != md); }