# `GSExportSettingsViewController exportToURL:error:`

*Instance Method*

## Declaration

```swift
func export(to destinationURL: URL) throws
```

```objc
- (BOOL) exportToURL:(NSURL *) destinationURL error:(NSError **) error;
```

```python
exportToURL_error_(destinationURL: NSURL) -> tuple[bool, NSError]
```

