File | iOS SDK | 2GIS Documentation
iOS SDK

File

Идентификатор файла.

Extends: Hashable
public static func == (lhs: File, rhs: File) -> Bool

Returns a Boolean value indicating whether two values are equal.

public convenience init(
    path: String
)

Файл на файловой системе.

Parameters
path
String

Путь к файлу.

Methods