Forum Moderators: open
[soundst.com...]
Thanks in advance...this is my first post
When I go to display these images, I want to retrieve this information for each one and present it on the page.
I need to know what script is needed to retrieve it.
My initial guess is this a a windows OS function and may not be available on the web. If it is, windows scripting may have a solution.
That being the case, you could probably only do this if your site is hosted on a windows-based server (to retain/access the info) and you could access it via VBscript. Javascript does little to access files.
A brief search of MSDN turned up this ONE related article - mind you it do not directly answer your question but like most things Microsoft just begin turning you in the right direction:
Statistics Button Unavailable in File Summary Info Dialog [support.microsoft.com]
It has some VBscript samples that lead me to believe you actually might be able to do this using VBscript.