Skip to content

A Direct(ory) Improvement

Compare
Choose a tag to compare
@mergesort mergesort released this 21 Jul 22:56
· 90 commits to main since this release
1b72eef

Adding a public FileManager.Directory initializer

In 1.1.0 I added a fancy new type, FileManager.Directory.

public extension FileManager {

    struct Directory {
        public let url: URL
    }

}

But I forgot to add a public initializer, so that’s what this release is for… whoops. 😅