Skip to content

Commit

Permalink
fix files and directories
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
  • Loading branch information
GustavoAdami and gewarren committed May 30, 2024
1 parent 1c42aff commit dd6c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.IO/Directory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,7 @@ The returned collection is not cached. Each call to the <xref:System.Collections
</Parameters>
<Docs>
<param name="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
<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>
<param name="searchPattern">The search string to match against the names of files and directories in <paramref name="path" />. This parameter can contain a combination of valid literal and wildcard characters, but it doesn't support regular expressions.</param>
<param name="enumerationOptions">An object that describes the search and enumeration configuration to use.</param>
<summary>Returns an enumerable collection of file names and directory names that match a search pattern and enumeration options in a specified path.</summary>
<returns>An enumerable collection of file-system entries in the directory specified by <paramref name="path" />, that match the specified search pattern and the specified enumeration options.</returns>
Expand Down

0 comments on commit dd6c794

Please sign in to comment.