FileItem

public struct FileItem

Provides information about Individual local file

  • Name of the file

    Declaration

    Swift

    public let name: String
  • Data of the file

    Declaration

    Swift

    public let data: Data
  • Local location of the file

    Declaration

    Swift

    public let localtion: URL