コード例 #1
0
 /// <summary>
 /// 刷新文件路径
 /// </summary>
 internal void RefreshPath()
 {
     if (File.Exists(this.Path))
     {
         this.Path = PathHelp.AutomaticFileName(this.Path);
     }
 }