Skip to content

Commit

Permalink
Adding public initializer for FileManager.Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mergesort authored Jul 21, 2022
1 parent ee6aa61 commit 7b4f06b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Bodega/FileManager.Directory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ public extension FileManager {
public let url: URL
}

public init(url: URL) {
self.url = url
}
}

public extension FileManager.Directory {
Expand Down

0 comments on commit 7b4f06b

Please sign in to comment.