示例#1
0
 public FileInfo(string _path)
 {
     this.Path      = _path;
     this.CraftInfo = CraftInfo.LoadStatic(_path);
 }