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