How can I retrieve a file (ProjectItem
) from the _applicationObject
given its full path, filename, or any other property obtainable via Item.Properties.Item("PropertyName")
?
Surely I don't have to loop through each item in the project until I find a match?