wei
2020-12-11 680d96f157e4609af3e7af6f8d01ee0bf3f55063
HDL_ON/Common/FileUtlis.cs
@@ -58,16 +58,9 @@
                return regionPath + "/";
            }
        }
        /// <summary>
        /// 文件是否存在
        /// </summary>
        /// <param name="filePath">File path.</param>
        public bool Exists(string filePath)
        {
            return File.Exists(Path.Combine(Files.RootPath, filePath));
        }
        /// <summary>
        /// 遍历文件