# `GSPathWatcher resumeObserver:forPath:`

*Type Method*

## Declaration

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

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

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

