Skip to content

Commit

Permalink
Merge pull request #283 from IDEMSInternational/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Vitalis95 authored Oct 4, 2024
2 parents ef964c5 + fcf1f99 commit f6dfe7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion instat/frmMain.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 f6dfe7c

Please sign in to comment.