I'm making a simple program which finds a certain file on a drive and deletes it. I don't necessarily know how to explain it well, but I want to know if its possible for the program i'm making to be able to search all drives and delete the certain file.
For example, say the user run the program and the file is in their D: drive but someone else run the program and it is in their C: drive, how would I make the program be able to search all the drives and delete the certain file.