Accessing/Updating file properties

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Griff

    #1

    Accessing/Updating file properties

    I am trying to write a program in VB6 to get at file properties (Owner,
    Title, etc ). I can access them using scripting,

    Set objShell = CreateObject("S hell.Applicatio n")
    Set objFolder = objShell.Namesp ace("C:\")
    string= objFolder.GetDe tailsOf(strFile Name, n)

    but don't know how to then change them.

    Can anyone point me at a resource to explain how I can do this?

    Ta,

    Griff








  • Limbo
    New Member
    • Aug 2005
    • 1

    #2
    Did you find the answer

    I have the same problem, have you found an answer? please let me know

    Comment

    Working...