Hey, Sorry for the double awsner but i ran into this today
Dim filenames = My.Computer.FileSystem.FindInFiles("C:\", "text you want to find", True, FileIO.SearchOption.SearchAllSubDirectories)
arguments: 1. root folder, 2. searched text, 3. ignore capital, 4. seachoption. returntype: a array of file locations (string)