Moving some files around
This commit is contained in:
parent
afd97b1522
commit
6e2e40dee3
@ -91,6 +91,10 @@ namespace lib
|
||||
lib.Log.info( $"Creating directory {path}" );
|
||||
Directory.CreateDirectory( path );
|
||||
}
|
||||
else
|
||||
{
|
||||
lib.Log.debug( $"{path} already exists." );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user