ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlAutoBackupLogic.cs
@@ -269,6 +269,10 @@ /// <param name="fileName">文件的名字,不含路径</param> public static void AddOrEditorFile(string fileName) { if (UserCenterResourse.LocalRootPath == string.Empty) { return; } //根目录 string strroot = UserCenterResourse.LocalRootPath; //自动备份目录 @@ -302,6 +306,10 @@ /// <param name="fileName">文件的名字,不含路径</param> public static void DeleteFile(string fileName) { if (UserCenterResourse.LocalRootPath == string.Empty) { return; } //根目录 string strroot = UserCenterResourse.LocalRootPath; //自动删除备份目录