hello all,
how do i delete all folders and files inside a directory while at the same time keeping(not deleting the directory) ? e.g : i want to delete all folders and files inside c:\temp
it seems like i need to use file.delete and directory.delete at the same time.