Or this... <cfloop condition="not fileExists(absolute_path)"></cfloop>
Michael At 11:01 AM 2/17/2007, you wrote: >You could do a cffile check for the existence of the file (inside a >try/catch) in a loop with a limit to make sure the file is there >before doing the read. > >> I would have though by placing a timeout on cfexecute, the remainder of the >> script would hold off before running it's stuff. Doesn't seem to be working. >> I'm converting an excel document to html and this process works fine. As >> soon as this has finished I need to read one of the files so I can grab the >> worksheet names. I'm getting File Not Found errors, and the file is there >> but I think it's because I need another 15 to 30 seconds before it's ready. >> >> Anyone have a suggestion for pausing a template? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270059 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

