Re: Scripting - Delete all files and directories
[quote="Anonymous"]
Nevermind... I figured it out... just did a
and the files are gone!
Thanks again for a great product.
I'll try and convince my boss to donate!
Joe
I want my script to delete the entire contents of the remote working directory, files AND subdirectories.
That's not possible currently. But you can remote the whole directory and create new empty one.
Nevermind... I figured it out... just did a
call rm -f -r -v *
and the files are gone!
Thanks again for a great product.
I'll try and convince my boss to donate!
Joe