# `GSPathObservation.filePath`

*Instance Property*

Full path to the observed file or directory.

## Declaration

```swift
var filePath: String { get }
```

```objc
@property (strong, readonly) NSString * filePath;
```

```python
filePath() -> str
```

