# `GSHandleCustomFilesProtocol handleSaveCustomFile:`

*Instance Method*

## Declaration

```swift
func handleSaveCustomFile(_ document: NSDocument) -> Bool
```

```objc
- (BOOL) handleSaveCustomFile:(NSDocument *) document;
```

```python
handleSaveCustomFile_(document: NSDocument) -> bool
```

