In ColdFusion 7, I was able to index a file server directory using the 
following code.

<CFINDEX
    action="refresh" 
        collection="orders"
    key="//999.99.9.999/FireRescue/ADMIN/Orders"
    type="path"
        urlpath="http://fireweb/DeptOrders/";
    extensions=".doc"
    recurse="yes"
    language="English"
>

I tried to do the same thing in CF8 and can't get it to work at all.  Does 
anybody have any 
suggestions on how to get it to index?  I also tried reversing the slashes 
without success.

Thanks.

Phil Hayes




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319005
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to