u can also use index server/indexing services for this your query would be (ixsso, idq) #filename reademe.txt, in ado it would be "select filename from scope() where filename ='readme.txt'" you may have to programtically hard code the ' with chr(39).
If you are using indexing services it will consult the catalog and if it does not find it there and the catalog is not up to date it will crep through your file system which may take a very long time. To force it to only consult the catalog do this !readme.txt (not the exclamation mark). ------ You are subscribed as [email protected] Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe send a blank email to [EMAIL PROTECTED]
