Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
a8e27240b1
commit
7bdf58502b
@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public enum FileDirectory: Sendable {
|
||||
public enum FileDirectory: Sendable, Hashable {
|
||||
case documents, caches, custom(URL)
|
||||
public func url() -> URL {
|
||||
switch self {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user