Skip to content

glob method not matching nested subdirectories #88

Description

@DJBen

Path.glob("/path/**/*.swift") will match

  • path/Sources/aaa.swift

but does not match

  • path/Nested/Sources/aaa.swift

Which is a deviation from the glob definition https://stackoverflow.com/questions/32604656/what-is-the-glob-character

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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