I have a visual studio add-in project where I must iterate through the current project's items, utilizing the absolute (or relative) path to those files.
The item.Document.FullName
works, but only for files that are currently opened.
Is there any other way to access this information in the DTE
object?