Here is the new tip of the day from the Mike Snow’s blog and this time it is about getting an image’s source file name.
Once you have an image loaded how do you go back and get the original file name for the source file? This can be accomplished through the Uri property of the images Source. However, you must first typecast the images Source to be a BitmapImage. The Uri has a property called OriginalString that returns the full relative path to the image file.