I need to figure out where an item resides inside my project. I can get parent folder with app.project.item(index).parentFolder and could loop my way through until i hit the Root but i'd rather not if there's a better way.
So, to be precise, if i have:
Code: Select all
Project Root
|-- Folder1
|-- Folder2
|-- Item
Please tell me there's an easy way to do this...
