[cfaussie] Re: Delete non-empty folders

2007-04-01 Thread Steve Onnis
MX 6.1 and 7, hence the JAVA question :) -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Sunday, 1 April 2007 6:27 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders On 3/30/07, Steve Onnis

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Dale Fraser
Steve, Why don't you just do it in CF, or don't you have CF? Regards Dale Fraser http://dale.fraser.id.au/blog _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Friday, 30 March 2007 4:43 PM To: cfaussie@googlegroups.com Subject:

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Steve Onnis
: [cfaussie] Re: Delete non-empty folders Steve, Why don't you just do it in CF, or don't you have CF? Regards Dale Fraser http://dale.fraser.id.au/blog _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Friday, 30 March 2007 4:43 PM

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Dale Fraser
Of Steve Onnis Sent: Friday, 30 March 2007 5:57 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders CFDIRECTORY does not allow the deletion of non-empty folders. I thought maybe there would be a trick to do it using JAVA _ From: cfaussie@googlegroups.com

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Steve Onnis
I have one somewhere Its just a pain _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, 30 March 2007 6:00 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders Are you sure, what does recurse=true do

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Ryan Sabir
Title: Untitled Can you CFEXECUTE a shell script? From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve OnnisSent: Friday, 30 March 2007 6:02 PMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: Delete non-empty folders I have one somewhere

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Dale Fraser
:[EMAIL PROTECTED] On Behalf Of Steve Onnis Sent: Friday, 30 March 2007 6:02 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders I have one somewhere Its just a pain _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Steve Onnis
is that 6.1 onwards? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, 30 March 2007 6:13 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders Steve, I just tried it and as I thought the recurse = true

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Dale Fraser
: [cfaussie] Re: Delete non-empty folders is that 6.1 onwards? _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Friday, 30 March 2007 6:13 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders Steve, I just

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Dale Fraser
Scott Sent: Saturday, 31 March 2007 3:57 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders I believe the recursive came into effect from 6.0 onwards but do not quote me on that. And Steve just a FYI for others too, the delete option whether it be DOS or what ever

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Steve Onnis
Sent: Saturday, 31 March 2007 3:57 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders I believe the recursive came into effect from 6.0 onwards but do not quote me on that. And Steve just a FYI for others too, the delete option whether it be DOS or what ever

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Steve Onnis
I didn't Dale :) _ From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dale Fraser Sent: Saturday, 31 March 2007 4:00 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Delete non-empty folders Did everyone miss my post that CFDIRECTORY with RECURSE option

[cfaussie] Re: Delete non-empty folders

2007-03-30 Thread Andrew Scott
:) -- *From:* cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Dale Fraser *Sent:* Saturday, 31 March 2007 4:00 PM *To:* cfaussie@googlegroups.com *Subject:* [cfaussie] Re: Delete non-empty folders Did everyone miss my post that CFDIRECTORY

[cfaussie] Re: Delete non-empty folders

2007-03-29 Thread Haikal Saadh
Computer says no. You're going to have to recurse. Or, and watch out for symlinks: http://joust.kano.net/weblog/archives/71.html Steve Onnis wrote: Is there a way in JAVA to delete non-empty folders? I have been doing it with COM but the site I am working on is UNIX and I can't use