Re: CFDIRECTORY Question -- Simple I Hope !

2001-03-24 Thread Gerry Pauline
erry Pauline [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 3:48 PM To: CF-Talk Subject: CFDIRECTORY Question -- Simple I Hope ! CFxperts: I have what seems like a very basic routine, copied almost exactly from the manual: CFDIRECTORY DIRECTORY="c:\InetPub\WWWROOT\"

CFDIRECTORY Question -- Simple I Hope !

2001-03-23 Thread Gerry Pauline
CFxperts: I have what seems like a very basic routine, copied almost exactly from the manual: CFDIRECTORY DIRECTORY="c:\InetPub\WWWROOT\" NAME="DirList" SORT="size DSC" CFOUTPUT QUERY="DirList" CFIF DirList.Type Is "Dir" #DirList.Type#nbsp;nbsp;

[Fwd: CFDIRECTORY Question -- Simple I Hope !]

2001-03-23 Thread Gerry Pauline
CFxperts: Well, I again re-read the manual section on CFDIRECTORY, and for the size parameter it, it states that size is the "size of the directory entry". Sure enough, when I removed the CFIF DirList.Type Is "Dir", the files in the directory had the size in bytes listed. I guess I can get the

RE: CFDIRECTORY Question -- Simple I Hope !

2001-03-23 Thread Adkins, Randy
. -Original Message- From: Gerry Pauline [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 3:48 PM To: CF-Talk Subject: CFDIRECTORY Question -- Simple I Hope ! CFxperts: I have what seems like a very basic routine, copied almost exactly from the manual: CFDIRECTORY DIRECTORY=&q