Skip to content

Commit 97cd28a

Browse files
committed
Fix #95730 from runtime repo: changing parameter description from 'subdirectories' to 'files'
1 parent 439b532 commit 97cd28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Directory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3100,7 +3100,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
31003100
</Parameters>
31013101
<Docs>
31023102
<param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
3103-
<param name="searchPattern">The search string to match against the names of subdirectories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
3103+
<param name="searchPattern">The search string to match against the names of files in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
31043104
<param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
31053105
<summary>Returns the names of files (including their paths) that match the specified search pattern and enumeration options in the specified directory.</summary>
31063106
<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

Comments
 (0)