You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="searchPattern">The search string to match against the names of directories and filesa. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
2759
+
<paramname="searchPattern">The search string to match against the names of directories and files. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
2760
2760
<paramname="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or all subdirectories. The default value is <seecref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
2761
2761
<summary>Retrieves an array of <seecref="T:System.IO.FileSystemInfo" /> objects that represent the files and subdirectories matching the specified search criteria.</summary>
2762
2762
<returns>An array of file system entries that match the search criteria.</returns>
0 commit comments