Try this instead. myfile['LastDateModified'] myfile['recordCount']
avoid evaluate() like the plague. -----Original Message----- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 2:24 PM To: CF-Talk Subject: RE: .LastDateModified .RecordCount advise Ioannis, I'm not perfectly clear on what you are trying, but have you tried this: <cfset myfile = "myfile"> #evaluate(myfile & ".LastDateModified")# And #evaluate(myfile & ".RecordCount")# ??? Dave -----Original Message----- From: Ioannis Papanikolaou [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 12:02 PM To: CF-Talk Subject: .LastDateModified .RecordCount advise Hello all, These 2 DOM properties ....LastDateModified .RecordCount can be quite helpful for playing files stored in your server. Unfortunately I couldnââ¬â¢t find a way yet to dynamically update the names of the files I want. More detailed: even though myfile.LastDateModified and myfile.RecordCount are going to give me the wanted results, <cfset file = "myfile"> #myfile#.LastDateModified and #myfile#.RecordCount are not working. I am looking for a Coldfusion "way" to do the same job as the above DOM properties and being able to update the file field dynamically. Any ideas would be more than welcome. Thanx in advance Ioannis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267906 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

