|
Home > Archive > IIS Index Server > May 2004 > Is it possbile to find type of a document
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Is it possbile to find type of a document
|
|
|
| Hi,
I am using Index server on IIS 6. I was wonder if there is
any way to find out the type of the document. I am
searching not only HTML files but Pdf, Excel, Word,
PowerPoint, etc files. I need to know if the documents
returned in the results are whether word, excel, html, asp
or excel files.
Is it possible to do this and if so how
Thanks
Matt
| |
|
| > PowerPoint, etc files. I need to know if the documents
> returned in the results are whether word, excel, html, asp
> or excel files.
look at the last 3 chars from the path column. right$(rs("vpath"),3)
Stu
|
|
|
|
|