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 seriou

RE: [Deleting Directories, Subdirectories, and files]

2001-02-13 Thread SMITH,RANDY (HP-USA,ex1)
ECTED] Subject: RE: [Deleting Directories, Subdirectories, and files] Message-ID: <[EMAIL PROTECTED]> Alex, Thanks for the quick response. Unfortunately, the app will be hosted on a shared server and cfexecute isn't available for security reasons. Chris Montgomery

Re: Deleting Directories, Subdirectories, and files

2001-02-12 Thread Jim McAtee
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: 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

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 a

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
9/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, and files] > > >

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 directory/s

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 one