I need to create a function in NodeJS that permanently deletes temporary files (instead of just deleting the normal way and storing the deleted files in the trash). In fact, my program will create a lot of temporary files and eventually the server's hard drive will get full very fast.