How can the executive remove all the candidate folders under the folder c:Prospects?


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?
A . 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
B . 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
C . 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
D . 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

Answer: A

Leave a Reply

Your email address will not be published.