The core folder is all lowercase letters
This commit is contained in:
@@ -720,7 +720,7 @@ namespace ServiceLib.Common
|
|||||||
}
|
}
|
||||||
if (coreType != null)
|
if (coreType != null)
|
||||||
{
|
{
|
||||||
tempPath = Path.Combine(tempPath, coreType.ToString());
|
tempPath = Path.Combine(tempPath, coreType.ToLower().ToString());
|
||||||
if (!Directory.Exists(tempPath))
|
if (!Directory.Exists(tempPath))
|
||||||
{
|
{
|
||||||
Directory.CreateDirectory(tempPath);
|
Directory.CreateDirectory(tempPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user