Deleting a folder doesn't work!!!
Klaus Major
klaus at major-k.de
Thu May 19 10:38:02 EDT 2005
Hi Xavier,
> ...
> The dir walking function is way way way too slow in this case -
> 60GBs of
> data, over 70000 files, etc...
> Delete folder was so "intuitive" compared to the pletoria of
> statements
> required to do the same thing in other languages...
C'mon, i'm sure YOU can do this with a simple/nifty windows shell
script ;-)
rm -R path_to_folder
## on Mac OS X
rmdir -xyz path_to_folder
## on Win NT, i am not sure ;-)
> Any solutions?
>
> cheers
> Xavier
Best
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list