I am trying to delete a directory, but I get the error where the directory is not empty. So I first issue the command...
<CFFILE ACTION="DELETE" FILE="\\webdev\e-share\webdev\BackendDev\OLC\image\#URL.Org#\*.*">
but it does not seem to like the wildcards.
How can I delete a directory AND its files or at least a whole series of files?
Mitch Duszynski
Web Developer
Human Kinetics
PO Box 5076, Champaign, IL 61825
Tel: 217-351-5076 x2474 | Fax: 217-351-2674
mitchd@hkusa.com |
<CFFILE ACTION="DELETE" FILE="\\webdev\e-share\webdev\BackendDev\OLC\image\#URL.Org#\*.*">
but it does not seem to like the wildcards.
How can I delete a directory AND its files or at least a whole series of files?
Mitch Duszynski
Web Developer
Human Kinetics
PO Box 5076, Champaign, IL 61825
Tel: 217-351-5076 x2474 | Fax: 217-351-2674
mitchd@hkusa.com |