示例#1
0
 public LogFile()
 {
     this.IOManager = new IOManager(currentDirectory, currentFile);
     currentPath    = this.IOManager.GetCurentPath();
     IOManager.EnsureDirectoryAndFileExist();
     Path = currentPath + currentDirectory + currentFile;
 }