コード例 #1
0
ファイル: Logger.cs プロジェクト: stackprobe/UnrealRemoco
 public Logger(string file)
 {
     file   = FileTools.makeFullPath(file);
     _file  = file;
     _file2 = Path.Combine(Path.GetDirectoryName(file), Path.GetFileNameWithoutExtension(file) + "0" + Path.GetExtension(file));
 }