예제 #1
0
        public void TestDeleteFile()
        {
            using ChatHistory ch = new ChatHistory(".", 0, -1, -1);
            long now = DateTime.Now.Ticks;

            ch.DeleteFileBefore(now);
            ch.DeleteContentFileBefore(now);
        }