This commit is contained in:
@@ -64,6 +64,7 @@ namespace AyaNova.Util
|
||||
//create path if doesn't exist already
|
||||
private static void EnsurePath(string path)
|
||||
{
|
||||
Console.WriteLine($"FileUtil::EnsurePath path = [{path}]");
|
||||
if (!Directory.Exists(path))
|
||||
Directory.CreateDirectory(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user