I want to read "Qualified name" and based on an IF condition in VB script I want to replace "Name" property for a item in the folder. I am able to get all other properties and able to modify except the above mentioned item.
I need the syntax to read those properties.
Here I am attaching a screen shot also.
JK
The folder item object in the Impromptu object model does not expose the qualified name property so you will not be able to do this :(
I can think of one workaround. Create a variant array and pre load it with qualified names.
This of course will depend on your requirements.
NKT