diff --git a/xml/System.IO.Enumeration/FileSystemName.xml b/xml/System.IO.Enumeration/FileSystemName.xml
index 017fabd180e..21d381c2848 100644
--- a/xml/System.IO.Enumeration/FileSystemName.xml
+++ b/xml/System.IO.Enumeration/FileSystemName.xml
@@ -87,7 +87,17 @@
Verifies if the given Win32 expression matches the given name. Supports the following wildcards: '*', '?', '<', '>', '"'. The backslash character '\' escapes.
if the given expression matches the given name; otherwise, .
- To be added.
+
+ , which is based on [RtlIsNameInExpression](/windows/win32/devnotes/rtlisnameinexpression), which defines the rules for matching DOS wildcards (`'*'`, `'?'`, `'<'`, `'>'`, `'"'`).
+
+Matching will not correspond to Win32 behavior unless you transform the expression using .
+
+ ]]>
+