WEKarnesky / solarisskunkwerks

4 stars 1 forks source link

Create Logs directory on launch if it doesn't exist #2

Closed Algebro7 closed 5 years ago

Algebro7 commented 5 years ago

Previously, when launching the app (particularly from a clean build), the Logs directory did not exist and the Main.SetupLogFile method would fail with a generic error. This change now checks that the directory exists and creates it if it doesn't, which fixes the error.