| | |
| | | {
|
| | | List<string> listAllFile = Global.FileListByHomeId();
|
| | |
|
| | | string strroot = UserCenterResourse.LocalRootPath;
|
| | | string strroot = Common.Config.Instance.FullPath;
|
| | | string autoPath = System.IO.Path.Combine(strroot, DirNameResourse.LocalMemoryDirectory, DirNameResourse.AutoBackupDirectory);
|
| | | foreach (string file in listAllFile)
|
| | | {
|
| | |
| | | this.ShowMassage(ShowMsgType.Error, msg);
|
| | | return false;
|
| | | }
|
| | | if (backName.Contains("##") == true)
|
| | | {
|
| | | //存在非法字符「##」
|
| | | string msg = Language.StringByID(R.MyInternationalizationString.uErrorFieldIsEsixt);
|
| | | if (msg.Contains("{0}") == true)
|
| | | {
|
| | | msg = string.Format(msg, "##");
|
| | | }
|
| | | this.ShowMassage(ShowMsgType.Error, msg);
|
| | | return false;
|
| | | }
|
| | |
|
| | | return true;
|
| | | }
|
| | | #endregion
|