FileType

enum FileType : String, Codable, Hashable, Sendable

The type of file (SwiftlyKodi Type)

  • The file is a directory

    Declaration

    Swift

    case directory
  • The file is an actual file

    Declaration

    Swift

    case file