Moving some files around

This commit is contained in:
Marc Hernandez 2019-12-08 00:16:21 -08:00
parent afd97b1522
commit 6e2e40dee3
14 changed files with 4180 additions and 4176 deletions

View File

@ -91,6 +91,10 @@ namespace lib
lib.Log.info( $"Creating directory {path}" );
Directory.CreateDirectory( path );
}
else
{
lib.Log.debug( $"{path} already exists." );
}
}

View File

View File