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
Copy file name to clipboardExpand all lines: xml/System.IO/Directory.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3100,7 +3100,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
3100
3100
</Parameters>
3101
3101
<Docs>
3102
3102
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
3103
-
<paramname="searchPattern">The search string to match against the names of subdirectories in <paramrefname="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
3103
+
<paramname="searchPattern">The search string to match against the names of files in <paramrefname="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
3104
3104
<paramname="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
3105
3105
<summary>Returns the names of files (including their paths) that match the specified search pattern and enumeration options in the specified directory.</summary>
3106
3106
<returns>An array of the full names (including paths) for the files in the specified directory that match the specified search pattern and enumeration options, or an empty array if no files are found.</returns>
0 commit comments