I might be wrong about this have not used MX much, but
as CF5 was C++ based and CFMX is Java based, any
CFDirectory reads in MX shoudln't return the '.' and
'..' - but if your code is written similar to this it
won't make any difference:

if (rstDirectory.name NEQ "." AND rstDirectory.name
NEQ ".."){
 // Do processing
}

Chris.

--- Allan Cliff <[EMAIL PROTECTED]> wrote:
> What should I have in mind when moving from CF5 to
> CFMX 6.1 ??
> 
> Am I looking at days and days of problems?
> 
> Thanks
> 
> Allan


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to