mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update CreateDirectory
This commit is contained in:
@@ -46,7 +46,10 @@ namespace SqlSugar
|
||||
{
|
||||
if (!IsExistDirectory(directoryPath))
|
||||
{
|
||||
Directory.CreateDirectory(directoryPath);
|
||||
if (directoryPath != "")
|
||||
{
|
||||
Directory.CreateDirectory(directoryPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
public static void DeleteFile(string filePath)
|
||||
|
Reference in New Issue
Block a user