黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
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;
            //自动删除备份目录