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="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
577
-
<summary>Returns an enumerable collection of directory names in a specified path.</summary>
577
+
<summary>Returns an enumerable collection of directory full names in a specified path.</summary>
578
578
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" />.</returns>
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
646
646
<paramname="searchPattern">The search string to match against the names of 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>
647
-
<summary>Returns an enumerable collection of directory names that match a search pattern in a specified path.</summary>
647
+
<summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path.</summary>
648
648
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" /> and that match the specified search pattern.</returns>
<paramname="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.
772
772
773
773
The default value is <seecref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
774
-
<summary>Returns an enumerable collection of directory names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
774
+
<summary>Returns an enumerable collection of directory full names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
775
775
<returns>An enumerable collection of the full names (including paths) for the directories in the directory specified by <paramrefname="path" /> and that match the specified search pattern and option.</returns>
<paramname="path">The relative or absolute path to the directory to search. This string is not case-sensitive.</param>
947
947
<paramname="searchPattern">The search string to match against the names of files 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>
948
-
<summary>Returns an enumerable collection of file names that match a search pattern in a specified path.</summary>
948
+
<summary>Returns an enumerable collection of full file names that match a search pattern in a specified path.</summary>
949
949
<returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramrefname="path" /> and that match the specified search pattern.</returns>
<paramname="searchOption">One of the enumeration values that specifies whether the search operation should include only the current directory or should include all subdirectories.
1086
1086
1087
1087
The default value is <seecref="F:System.IO.SearchOption.TopDirectoryOnly" />.</param>
1088
-
<summary>Returns an enumerable collection of file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
1088
+
<summary>Returns an enumerable collection of full file names that match a search pattern in a specified path, and optionally searches subdirectories.</summary>
1089
1089
<returns>An enumerable collection of the full names (including paths) for the files in the directory specified by <paramrefname="path" /> and that match the specified search pattern and option.</returns>
0 commit comments