This commit is contained in:
sunkaixuan 2017-06-08 13:09:46 +08:00
parent 8946640c8b
commit ee28feef56

View File

@ -6,7 +6,7 @@ using System.Text;
namespace SqlSugar
{
public class FileHeper
internal class FileHeper
{
public static void CreateFile(string filePath, string text, Encoding encoding)
{
@ -33,8 +33,9 @@ namespace SqlSugar
}
}
}
catch
catch(Exception ex)
{
throw ex;
}
}
public static bool IsExistDirectory(string directoryPath)