IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

Allow DirectoryManager to use search paths other than "Documents" #152

Closed bobgilmore closed 6 years ago

bobgilmore commented 6 years ago

Allows users of DirectoryManager to (optionally) supply the FileManager.SearchPathDirectory supplied to NSSearchPathForDirectoriesInDomains.

After @adolce's changes in his fork.

I'd like this change to go in along with https://github.com/IntrepidPursuits/swift-wisdom/pull/150 - the project that this change is in aid of requires those changes, as well.

Bob-Gilmore-Intrepid commented 6 years ago

OK, I'll do that tonight once I'm freed up.

ghost commented 6 years ago
1 Message
:book: Executed 169 tests, with 0 failures (0 unexpected) in 0.473 (0.636) seconds

Generated by :no_entry_sign: Danger