edit file details?

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

Hello,

Does anyone know how I can programatically access the file properties
displayed in the Summary tab of the file properties under XP and the
Details tab of the file properties under Vista...? It would be nice to be
able to get at the stuff under the Version tab in XP as well - but I
suspect this is a different process(?)

Any thoughts, suggestions, pointers to docs, etc. would be much
appreciated! (I searched a few times for a while on the web with nothing
but way to access the (MS) Office specific properties of Office files)

Thanks!

(sorry for the re-post I realized I hadn't used my proper MSDN posting
alias)
 
Hi Andrew,

Welcome to MSDN Managed Newsgroup!

Based on my understanding, your first question is how to programmatically
read/write the file proproperties displayed in the summary tab of file
properties on XP and the details tab on Vista. Your second question is how
to get the information under the Version tab on XP. Please feel free to let
me know if I've misunderstood anything.

For your first question, there's a ready-to-use component to do that from
Microsoft:

#Download details: Developer Support OLE File Property Sample (DSOFILE)
http://www.microsoft.com/downloads/details.aspx?FamilyId=9BA6FAC6-520B-4A0A-
878A-53EC8300C4C2&displaylang=en


For your second question:

The System.Diagnostics.FileVersionInfo class lets you easily read file
version information without having to call Windows API functions. This
class has a static GetVersionInfo method that returns a FileVersionInfo
object related to a given file. Once you have such an object, retrieving
version information is as easy as calling its properties.


Please feel free to let me know if there's anything else I can help. Thanks.


Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
For MSDN subscribers whose posts are left unanswered, please check this
document: http://blogs.msdn.com/msdnts/pages/postingAlias.aspx

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express/Windows Mail, please make sure
you clear the check box "Tools/Options/Read: Get 300 headers at a time" to
see your reply promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Andrew,

I'm writing to check the status of this post. Please feel free to let me
know if there's anything else I can help. Thanks.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top