# `GSPathWatcher`

*Class*

## Declaration

```swift
class GSPathWatcher
```

```objc
@interface GSPathWatcher : NSObject
```

```python
class GSPathWatcher(NSObject)
```

## Topics

### Type Methods

- [`GSPathWatcher addObserver:forFile:`](/Core/GlyphsKit/GSPathWatcher/addObserver:forFile:)
- [`GSPathWatcher addObserver:forFolder:`](/Core/GlyphsKit/GSPathWatcher/addObserver:forFolder:)
- [`GSPathWatcher pauseObserver:forPath:`](/Core/GlyphsKit/GSPathWatcher/pauseObserver:forPath:)
- [`GSPathWatcher removeObserver:forPath:`](/Core/GlyphsKit/GSPathWatcher/removeObserver:forPath:)
- [`GSPathWatcher resumeObserver:forPath:`](/Core/GlyphsKit/GSPathWatcher/resumeObserver:forPath:)

## Relationships

### Inherits From

- `NSObject`

