Skip to content

Commit

Permalink
Merge pull request #101 from IDEMSInternational/master
Browse files Browse the repository at this point in the history
Updating my master
  • Loading branch information
berylwaswa authored Oct 7, 2024
2 parents 6853f78 + fcf1f99 commit d5fdbb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions instat/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ Public Class frmMain
End If
End If

If Not Directory.Exists(strAutoSaveLogFolderPath) Then
Directory.CreateDirectory(strAutoSaveLogFolderPath)
End If

Using writer As StreamWriter = New StreamWriter(strMarkerFilePath, False)
writer.WriteLine("Running")
End Using
Expand Down

0 comments on commit d5fdbb6

Please sign in to comment.