Skip to content

Using minimatch on Windows? #78

@rauschma

Description

@rauschma

If I traverse a directory on Windows via fs.readdir() and path.resolve(), will minimatch work? Could you include the answer in the readme file? I don’t have a Windows machine, but am curious if my command line tool would work on one.

From the following interaction, I’d guess that the answer is “no”:

> mm('a\\b\\c.txt', 'a/**/*.txt')
false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions