Glob

1.0.5

Glob for Swift 5
Bouke/Glob

What's New

1.0.5

2020-12-30T12:37:02Z

Added:

  • Linux support
  • Support for current working directory

Changed:

  • Glob behaviours now referenced throuh Glob.Behavior, e.g. Glob.Behavior.BashV4.

Glob

Glob for Swift 5.

Build Status

Usage

let files = Glob(pattern: "./**/*.swift")
for file in files {
    print(file)
}

Credits

Adapted from efirestone.

Description

  • Swift Tools 5.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 18 2024 02:41:58 GMT-0900 (Hawaii-Aleutian Daylight Time)