So, when we make new clients, we need to also generate a directory just for them for storing files, reports, etc. thats no problem. however, it when we delete that client we want to dump all their files and their directory. however, I'm told that the directory has to be empty before you can run rmdir().
so please forgive me for what must be such a simple question, but how do i loop through that directory to delete all the files before running rmdir()?