# Glob **Repository Path**: bugtree/Glob ## Basic Information - **Project Name**: Glob - **Description**: https://github.com/Bouke/Glob.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-07 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Glob ==== Glob for Swift 5. ![Build Status](https://github.com/Bouke/Glob/workflows/Test/badge.svg) # Usage ```swift let files = Glob(pattern: "./**/*.swift") for file in files { print(file) } ``` # Credits Adapted from [efirestone](https://gist.github.com/efirestone/ce01ae109e08772647eb061b3bb387c3).