API import
[System.Runtime.InteropServices.DllImport("imagehlp.dll")]
private static extern int SearchTreeForFile(string RootPath, string FileName, StringBuilder Output);
[System.Runtime.InteropServices.DllImport("imagehlp.dll")]
private static extern int SearchTreeForFile(string RootPath, string FileName, StringBuilder Output);