TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: whdjr on June 15, 2005, 09:21:05 AM

Title: Deleting Folders
Post by: whdjr on June 15, 2005, 09:21:05 AM
What is the secret to deleting folders with lisp?
Using WSH?
Title: Deleting Folders
Post by: MP on June 15, 2005, 09:47:55 AM
DOSLIB, WHS, FSO or a hidden DOS command ala / via my HiddenShellInPgpFile (http://www.theswamp.org/phpBB2/viewtopic.php?p=51618#51618) slight of hand thang.
Title: Deleting Folders
Post by: CAB on June 15, 2005, 10:05:04 AM
That's quite a big bag of tricks you have there Mr. P.

Green with envy. :mrgreen:
Title: Deleting Folders
Post by: whdjr on June 15, 2005, 10:48:14 AM
I'm green with wooziness  :sot:


Any chance of gettin a tutorial/walk-thru on that?
Title: Deleting Folders
Post by: Jeff_M on June 15, 2005, 12:54:50 PM
See THIS (http://www.theswamp.org/phpBB2/viewtopic.php?t=4662) thread for a few solutions.

I must add that I prefer the one I posted  :D
Title: Deleting Folders
Post by: whdjr on June 15, 2005, 03:47:46 PM
Thanks Jeff.

I'll take your advice and use the scripting object as I am already using it in my code. :)   Should have thought about that first.