FileManager
public extension FileManager
-
Undocumented
Declaration
Swift
func readValue<D>(at url: URL, decoder: JSONDecoder) throws -> D where D : Decodable
-
Undocumented
Declaration
Swift
func writeValue<E>(_ value: E, to url: URL, encoder: JSONEncoder) throws where E : Encodable
-
Undocumented
Declaration
Swift
func removeAllItems(at url: URL, options: FileManager.DirectoryEnumerationOptions = []) throws