File | iOS SDK | 2GIS Documentation

File

File ID.

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
)

File in a file system.

Parameters
path
String

File path.

Methods