Can any one post a code sample of recursive deleting a folder, like the rm -r [folder] in linux???
Currently, the Rmdir API onli supports removing of empty folders, i need to delete all the folders' contents, the subdirectories, files and all, thanx :)
