|
-
Aug 7th, 2005, 08:20 PM
#1
Thread Starter
PowerPoster
file version?
is it possible in C# to get a version of a particular file? I am trying to do some versioning matching etc... going on but cannot seem to find a method that checks the current file for a version....
any ideas?
[edit]found it. Class: FileVersionInfo
however, i cannot seem to tell it to check a file....
[/edit]
Last edited by Techno; Aug 7th, 2005 at 08:24 PM.
-
Aug 7th, 2005, 09:03 PM
#2
Re: file version?
The FileVersionInfo class has no public constructor, so you cannot create an instance using the New keyword. You use the Shared method GetVersionInfo to get an instance.
-
Aug 8th, 2005, 06:40 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|