SearchOption 枚举
更新:2007 年 11 月
指定是搜索所有目录还是仅搜索顶级目录。
备注
此枚举与 My.Computer.FileSystem.GetFiles 方法、My.Computer.FileSystem.GetDirectories 方法和 My.Computer.FileSystem.FindInFiles 方法一起使用。
成员
成员 |
说明 |
---|---|
SearchAllSubDirectories |
搜索指定目录及其中的所有子目录。默认值。 |
SearchTopLevelOnly |
仅搜索指定目录,排除子目录。 |
要求
命名空间:Microsoft.VisualBasic.FileIO
**程序集:**Visual Basic 运行库(在 Microsoft.VisualBasic.dll 中)
请参见
参考
My.Computer.FileSystem.FindInFiles 方法
My.Computer.FileSystem.GetDirectories 方法