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.Enumeration/FileSystemName.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@
54
54
<paramname="name">The name to check against the expression.</param>
55
55
<paramname="ignoreCase">
56
56
<seelangword="true" /> to ignore case (default); <seelangword="false" /> if the match should be case-sensitive.</param>
57
-
<summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\' escapes.</summary>
57
+
<summary>Verifies if the given expression matches the given name. Supports the following wildcards: '*' and '?'. The backslash character '\\' escapes.</summary>
58
58
<returns>
59
59
<seelangword="true" /> if the given expression matches the given name; otherwise, <seelangword="false" />.</returns>
0 commit comments