Skip to content

Commit cd6e576

Browse files
c0sheagewarren
andauthored
Remove unnecessary example
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
1 parent d2d6d53 commit cd6e576

File tree

1 file changed

+0
-2
lines changed
  • snippets/visualbasic/System.Diagnostics/FileVersionInfo/Overview

1 file changed

+0
-2
lines changed

snippets/visualbasic/System.Diagnostics/FileVersionInfo/Overview/source.vb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Class Class1
88

99
Public Shared Sub Main(ByVal args() As String)
1010
' Get the file version for the notepad.
11-
' Use either of the following two commands.
12-
FileVersionInfo.GetVersionInfo(Path.Combine(Environment.SystemDirectory, "Notepad.exe"))
1311
Dim myFileVersionInfo As FileVersionInfo = FileVersionInfo.GetVersionInfo(Path.Combine(Environment.SystemDirectory, "Notepad.exe"))
1412

1513

0 commit comments

Comments
 (0)