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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1718,7 +1718,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
1718
1718
</Parameters>
1719
1719
<Docs>
1720
1720
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
1721
-
<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>
1721
+
<paramname="searchPattern">The search string to match against the names of files and directories in <paramrefname="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
1722
1722
<paramname="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
1723
1723
<summary>Returns an enumerable collection of file names and directory names that match a search pattern and enumeration options in a specified path.</summary>
1724
1724
<returns>An enumerable collection of file-system entries in the directory specified by <paramrefname="path" />, that match the specified search pattern and the specified enumeration options.</returns>
@@ -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>
@@ -3404,7 +3404,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
3404
3404
</Parameters>
3405
3405
<Docs>
3406
3406
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
3407
-
<paramname="searchPattern">The search string to match against the names of file and directories in <paramrefname="path" />. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
3407
+
<paramname="searchPattern">The search string to match against the names of files and directories in <paramrefname="path" />. This parameter can contain a combination of valid literal path and wildcard (* and ?) characters, but it doesn't support regular expressions.</param>
3408
3408
<summary>Returns an array of file names and directory names that match a search pattern in a specified path.</summary>
3409
3409
<returns>An array of file names and directory names that match the specified search criteria, or an empty array if no files or directories are found.</returns>
3410
3410
<remarks>
@@ -3507,7 +3507,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
3507
3507
</Parameters>
3508
3508
<Docs>
3509
3509
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
3510
-
<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>
3510
+
<paramname="searchPattern">The search string to match against the names of files and directories in <paramrefname="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
3511
3511
<paramname="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
3512
3512
<summary>Returns an array of file names and directory names that match a search pattern and enumeration options in a specified path.</summary>
3513
3513
<returns>An array of file names and directory names that match the specified search pattern and enumeration options, or an empty array if no files or directories are found.</returns>
0 commit comments