File

public struct File : Codable

A basic representation of a file that is encodable as JSON

  • Undocumented

    Declaration

    Swift

    public let fileURL: URL
  • Undocumented

    Declaration

    Swift

    public let fileName: String
  • Undocumented

    Declaration

    Swift

    public init(url: URL, name: String)