Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2026-01-14 08:56:50 -06:00
parent a8e27240b1
commit 7bdf58502b

View File

@ -1,6 +1,6 @@
import Foundation import Foundation
public enum FileDirectory: Sendable { public enum FileDirectory: Sendable, Hashable {
case documents, caches, custom(URL) case documents, caches, custom(URL)
public func url() -> URL { public func url() -> URL {
switch self { switch self {