dotnet / dotnet/dotnet-api-docs

FileSystemGlobbing.Matcher examples

Open
#9,370 2 comments 0 reactions 0 assignees View on GitHub
area-System.IO doc-bug help wanted Pri3
Dominant language
C#
Stars
949
Forks
1.7k
Avg merge
3d 27m
Merged PRs (30d)
49

Description

Hey,

I would like to report incorrect/incomplete documentation on this page:
https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.filesystemglobbing.matcher?view=dotnet-plat-ext-7.0#remarks

Value | Current Docs | My Observation
--- | --- | ---
`*.txt` | All files with .txt file extension. | All files with .txt file extension in top-level directory. |
`*.*` | All files with an extension. | All files in top-level directory. |
`.*` | File names beginning with '.'. | File names beginning with '.' in top level directory |
`**.txt` | not documented | All files with .txt file extension. |
`**` | not documented | All files |
`**/.*` | not documented |File names beginning with '.'. |

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.