Resolved FileVersionInfo Problem

aaaron

Well-known member
Joined
Jan 23, 2011
Messages
216
Programming Experience
10+
GetVersionInfo only has one exception:

Exceptions​

FileNotFoundException
The file specified cannot be found.

I ran it again using
Catch ex As exception
and the message confirms it is file not found exception.
System.Exception {System.IO.FileNotFoundException}


Am I missing something or is there an inconsistency in the exception and the windows file explore display?
Why the exception?

FileVersionInfo Problem.png
 
The path is a folder, not a file.
 
Solution
Back
Top