Is there anyway to get the rmdir() command to perform a recursive delete/rmdir? I know I can write a routine fairly easy to do this or use the system() command for rmdir with the "/s /q" flags. However, I was under the impression that the PERL rmdir() will map to the rmdir() OS system function. Since the parameter options are there for the OS command, I was hoping there'd be a way to invoke them.
Thanks,
-MMGM