Hi there,
i have a table which contains various folders. How would i delete ALL folders under "c:\temp" EXCLUDING the ones found in the table ?
i have a table which contains various folders. How would i delete ALL folders under "c:\temp" EXCLUDING the ones found in the table ?
Code:
foldertable = {"c:\\temp\\test","c:\\temp\\test2","c:\\temp\\test3"};