Skip to content

Commit

Permalink
Add output of program size on BAS file conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverGreen93 committed Jan 7, 2024
1 parent 0267d7c commit 2d4de80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SharpPocketToolsGUI/frmMain.vb
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Public Class frmMain
Return -1
End If

txtLog.Text &= sharpFileName & " will use " & My.Computer.FileSystem.GetFileInfo(imgFile).Length & " steps." & vbCrLf & vbCrLf

txtLog.Text &= "Deleting temporary img file: " & imgFile & vbCrLf & vbCrLf
My.Computer.FileSystem.DeleteFile(imgFile)

Expand Down

0 comments on commit 2d4de80

Please sign in to comment.