export(to:)
Writes the layer’s contents to a file at the given path.
Declaration
func export(to path: FilePath) throwsParameters
- path:
The destination file path.
Writes the layer’s contents to a file at the given path.
func export(to path: FilePath) throwsThe destination file path.