# `GSPathWatcher removeObserver:forPath:`

*Type Method*

## Declaration

```swift
class func removeObserver(_ observer: NSObject, forPath filePath: String)
```

```objc
+ (void) removeObserver:(NSObject *) observer forPath:(NSString *) filePath;
```

```python
removeObserver_forPath_(observer: NSObject, filePath: str)
```

