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
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
Comment