FileService
protocol FileService
The FileService
-
Open File at Path
Declaration
Swift
@discardableResult func open(atPath path: String) -> BoolParameters
pathThe Path
Return Value
If opening succeeded
View on GitHub
FileService Protocol Reference