I am creating an uninstaller for a script. The Folder.remove() command works fine for removing a folder that is empty. However, it won't remove it if there are contents in the folder. Is there an easy command to remove a folder along with all its subfolders and files?
I can always built in some loops to delete all of the files and folders. However, is there an easy "removal all" command?
Thanks


