FileService
protocol FileService
The FileService
-
Open File at Path
Declaration
Swift
@discardableResult func open(atPath path: String) -> Bool
Parameters
path
The Path
Return Value
If opening succeeded