使用 Windows API 代码包,我使用 Windows 搜索在此处(使用 C#)编写了此代码。
如何在 Windows 资源管理器中显示此结果(应该显示的位置)?
// create the leaf condition for the file name
SearchCondition fileNameCondition =
SearchConditionFactory.CreateLeafCondition(
SystemProperties.System.FileName, textBox2.Text,
SearchConditionOperation.Equal);
// create the search folder
ShellSearchFolder searchFolder = new ShellSearchFolder(fileNameCondition(ShellContainer)NonFileSystemKnownFolder.FromParsingName(@>"C:\Users\ILIANHOME\Downloads"));
简单吧?不适合我,我是一个非常新手的程序员,在此先感谢您的帮助:)