Skip to content

Commit 2d4de80

Browse files
committed
Add output of program size on BAS file conversion
1 parent 0267d7c commit 2d4de80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SharpPocketToolsGUI/frmMain.vb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Public Class frmMain
135135
Return -1
136136
End If
137137

138+
txtLog.Text &= sharpFileName & " will use " & My.Computer.FileSystem.GetFileInfo(imgFile).Length & " steps." & vbCrLf & vbCrLf
139+
138140
txtLog.Text &= "Deleting temporary img file: " & imgFile & vbCrLf & vbCrLf
139141
My.Computer.FileSystem.DeleteFile(imgFile)
140142

0 commit comments

Comments
 (0)