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
+24-28
Original file line number
Diff line number
Diff line change
@@ -983,12 +983,13 @@ An I/O error occurred.</exception>
983
983
<formattype="text/markdown"><![CDATA[
984
984
985
985
## Remarks
986
-
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
986
+
987
+
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
987
988
988
-
|Wildcard specifier|Matches|
989
-
|------------------------|-------------|
990
-
|\* (asterisk)|Zero or more characters in that position.|
991
-
|? (question mark)|Exactly one character in that position.|
|\* (asterisk) | Zero or more characters in that position.|
992
+
|? (question mark) | Exactly one character in that position.|
992
993
993
994
Characters other than the wildcard are literal characters. For example, the `searchPattern` string "\*t" searches for all names in `path` ending with the letter "t". The `searchPattern` string "s\*" searches for all names in `path` beginning with the letter "s".
994
995
@@ -1009,8 +1010,6 @@ An I/O error occurred.</exception>
1009
1010
<paramrefname="searchPattern" /> does not contain a valid pattern.</exception>
1010
1011
<exceptioncref="T:System.ArgumentNullException">
1011
1012
<paramrefname="path" /> or <paramrefname="searchPattern" /> is <seelangword="null" />.</exception>
<paramrefname="path" /> is invalid, such as referring to an unmapped drive.</exception>
1404
1401
<exceptioncref="T:System.IO.IOException">
@@ -1740,12 +1737,13 @@ The returned collection is not cached. Each call to the <xref:System.Collections
1740
1737
<formattype="text/markdown"><![CDATA[
1741
1738
1742
1739
## Remarks
1743
-
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
1740
+
1741
+
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
1744
1742
1745
-
|Wildcard specifier|Matches|
1746
-
|------------------------|-------------|
1747
-
|\* (asterisk)|Zero or more characters in that position.|
1748
-
|? (question mark)|Exactly one character in that position.|
|\* (asterisk) | Zero or more characters in that position.|
1746
+
|? (question mark) | Exactly one character in that position.|
1749
1747
1750
1748
Characters other than the wildcard are literal characters. For example, the `searchPattern` string "\*t" searches for all names in `path` ending with the letter "t". The `searchPattern` string "s\*" searches for all names in `path` beginning with the letter "s".
1751
1749
@@ -1778,8 +1776,6 @@ The returned collection is not cached. Each call to the <xref:System.Collections
1778
1776
-or-
1779
1777
1780
1778
<paramrefname="searchPattern" /> is <seelangword="null" />.</exception>
<paramrefname="path" /> is invalid, such as referring to an unmapped drive.</exception>
1785
1781
<exceptioncref="T:System.IO.IOException">
@@ -2634,10 +2630,10 @@ The returned collection is not cached. Each call to the <xref:System.Collections
2634
2630
2635
2631
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
2636
2632
2637
-
|Wildcard specifier|Matches|
2638
-
|------------------------|-------------|
2639
-
|\* (asterisk)|Zero or more characters in that position.|
2640
-
|? (question mark)|Exactly one character in that position.|
|\* (asterisk) | Zero or more characters in that position.|
2636
+
|? (question mark) | Exactly one character in that position.|
2641
2637
2642
2638
Characters other than the wildcard are literal characters. For example, the `searchPattern` string "\*t" searches for all names in `path` ending with the letter "t". The `searchPattern` string "s\*" searches for all names in `path` beginning with the letter "s".
2643
2639
@@ -3125,10 +3121,10 @@ The returned collection is not cached. Each call to the <xref:System.Collections
3125
3121
3126
3122
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
3127
3123
3128
-
|Wildcard specifier|Matches|
3129
-
|------------------------|-------------|
3130
-
|\* (asterisk)|Zero or more characters in that position.|
3131
-
|? (question mark)|Exactly one character in that position.|
|\* (asterisk) | Zero or more characters in that position.|
3127
+
|? (question mark) | Exactly one character in that position.|
3132
3128
3133
3129
Characters other than the wildcard are literal characters. For example, the `searchPattern` string "\*t" searches for all names in `path` ending with the letter "t". The `searchPattern` string "s\*" searches for all names in `path` beginning with the letter "s".
3134
3130
@@ -3536,10 +3532,10 @@ The returned collection is not cached. Each call to the <xref:System.Collections
3536
3532
3537
3533
`searchPattern` can be a combination of literal and wildcard characters, but it doesn't support regular expressions. The following wildcard specifiers are permitted in `searchPattern`.
3538
3534
3539
-
|Wildcard specifier|Matches|
3540
-
|------------------------|-------------|
3541
-
|\* (asterisk)|Zero or more characters in that position.|
3542
-
|? (question mark)|Exactly one character in that position.|
|\* (asterisk) | Zero or more characters in that position.|
3538
+
|? (question mark) | Exactly one character in that position.|
3543
3539
3544
3540
Characters other than the wildcard are literal characters. For example, the `searchPattern` string "\*t" searches for all names in `path` ending with the letter "t". The `searchPattern` string "s\*" searches for all names in `path` beginning with the letter "s".
0 commit comments