Skip to content

FileSystemGlobbing.Matcher examples #9370

Open
@josefpihrt

Description

@josefpihrt

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 '.'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-System.IOdoc-bugProblem with the content; needs to be fixedhelp wantedGood for community contributors to help [up-for-grabs]

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions