# `GSPathWatcherObserver fileForPathDidChange:`

*Instance Method*

## Declaration

```swift
func file(forPathDidChange path: String)
```

```objc
- (void) fileForPathDidChange:(NSString *) path;
```

```python
fileForPathDidChange_(path: str)
```

