Sure.
Let's say a user upload a file called Cat1.jpg. into folder cats. The user can give that a description name of BlackCat.jpg. So the direct path if Cat/BlackCat.jpg if I uderstand it correct. The there is then a navigation url to access that item.
Let's say we go to a wab page on the site and would like to put
Using the full path instead of the nagivation path.
Later we may upload a new Cat2.jpg and now give it the description of BlackCat.jpg, and rename the old one to something else. The new item has a different navigation url but I would like the img tag above to now find the new item that has a description of Cat/BlackCat.jpg.
Basically i wouild like to not had code the item number of the specific document ID into the url that the site uses but instead of a logical name that can be reassigned to a different document later and everwhere on the site it will use the new document.
Thanks.