Why not use the type instead, as it will say file or directory?
-----Original Message----- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Sunday, 13 January 2002 10:12 AM To: CF-Talk Subject: RE: ANother CFDirectory question I got around the pointers using the following code.... you have to think about the anticipated file naming conventions in regards to the test length. <cfif LEN(Trim(name)) LT 5> <cfelse>...show name...</cfif> Tony -----Original Message----- From: Bruce Sorge [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 12, 2002 3:04 PM To: CF-Talk Subject: Re: ANother CFDirectory question Ahh. Makes sense. So I will just have to account for that then. Thanks. ----- Original Message ----- From: "Macarie Neculai" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, January 12, 2002 5:00 PM Subject: RE: ANother CFDirectory question > Yes, this is normal. The first period is a "pointer" to the directory > himself, the ".." directory represents the parent directory. > > Mack. > > > > > OK, > > I have another question about CFDirectory. When I output the names of > > the files, I am seeing three things that are not right. The first file > > is a period, and the next one is two periods. I am also seeing a file > > called Thumbs.db. Is this normal? > > > > Thanks > > _________________________________________ > > Bruce Sorge > > ICQ#:145050973 > > Current ICQ status: > > > > SMS: (Send an SMS message to my ICQ): +2783142145050973 > > More ways to contact me: http://wwp.icq.com/145050973 > > _________________________________________ > > > ______________________________________________________________________ Why Share? Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

