Hi,

my app creates a directory and puts some subdirectories in it with some files. When the app exits I want to delete all the directories.
I looked at the kill and rmdir command, but kill can only be used on files and rmdir doesn't do subdirectories.
Anybody got any ideas?
Thanks