A human resources executive creates a folder every month with prospective candidate names under the folder
c:\Prospects on their hard drive. The executive now has hundreds of empty folders under c:\Prospects.
How can the executive remove all the candidate folders under the folder c:\Prospects?
- Use a"Loop Each Folder in a Folder" loop to loop over the directory"c:Prospects", then choose the folders to delete by displaying the name of the folder via $folder name$ variable
- Use a"Loop Each File in a Folder" loop to loop over the directory"c:\Prospects", then choose the folders to delete by displaying the name of the folder via $folder name$ variable
- Use a"Loop Each Folder in a Folder" loop to loop over the directory"c:\Prospects", then choose the folders to delete by displaying the name of the folder via $Current Directory$ variable
- Use a"Loop Each File in a Folder" loop to loop over the directory"c:\Prospects", then choose the folders to delete by displaying the name of the folder via $Current Directory$ variable
Reveal Solution
Next Question