/// <summary> /// 刷新文件路径 /// </summary> internal void RefreshPath() { if (File.Exists(this.Path)) { this.Path = PathHelp.AutomaticFileName(this.Path); } }