RE: [Deleting Directories, Subdirectories, and files]

2001-02-13 Thread SMITH,RANDY (HP-USA,ex1)
stutia.com Allaire Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78 -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 9:31 PM To: CF-Talk Subject: Re: [Deleting Directories, Subdirectories,

RE: [Deleting Directories, Subdirectories, and files]

2001-02-13 Thread lsellers
What's your address?! ;^/ I have custom secure c++ clones of CFEXECUTE, CFDIRECTORY and CFFILE, etc. They're probably never be listed on my website though because selling stuff is too much of a hassle for me. I hate haggling for money and dealing with customer support issues. If you

Deleting Directories, Subdirectories, and files

2001-02-12 Thread Chris Montgomery
What's the easiest way to delete a directory with two subdirectories and files in those subdirectories since CFDirectory won't delete directories unless they're empty? Do I need to loop thru each directory/subdirectory and get a list of the files in them, then loop again and delete them one by

Re: [Deleting Directories, Subdirectories, and files]

2001-02-12 Thread Alex
use cfexecute and run a command line delete "Chris Montgomery" [EMAIL PROTECTED] wrote: What's the easiest way to delete a directory with two subdirectories and files in those subdirectories since CFDirectory won't delete directories unless they're empty? Do I need to loop thru each

RE: [Deleting Directories, Subdirectories, and files]

2001-02-12 Thread Chris Montgomery
-7603Fax 210-490-4692 AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78 -Original Message- From: Alex [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 9:31 PM To: CF-Talk Subject: Re: [Deleting Directories, Subdirectories, and files] use cfexecute and run a command line

RE: [Deleting Directories, Subdirectories, and files]

2001-02-12 Thread lsellers
Alex, Thanks for the quick response. Unfortunately, the app will be hosted on a shared server and cfexecute isn't available for security reasons. Urm... Send me a small brown bag full of ones and I'll send you a copy of CFX_secExecute (a secure version of CFExecute). ;- --min

RE: [Deleting Directories, Subdirectories, and files]

2001-02-12 Thread Chris Montgomery
What's your address?! ;^/ Chris Urm... Send me a small brown bag full of ones and I'll send you a copy of CFX_secExecute (a secure version of CFExecute). ;- --min ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: Deleting Directories, Subdirectories, and files

2001-02-12 Thread Jim McAtee
nt: Monday, February 12, 2001 7:52 PM Subject: Deleting Directories, Subdirectories, and files What's the easiest way to delete a directory with two subdirectories and files in those subdirectories since CFDirectory won't delete directories unless they're empty? Do I need to loop thru each di