# `GSDocument stopObservingFile`

*Instance Method*

Stops observing the document file for external changes.

## Declaration

```swift
func stopObservingFile()
```

```objc
- (void) stopObservingFile;
```

```python
stopObservingFile()
```

