# `GSPathPen.currentPath`

*Instance Property*

## Declaration

```swift
var currentPath: GSPath? { get set }
```

```objc
@property (nonatomic, strong) GSPath * currentPath;
```

```python
currentPath() -> GSPath
setCurrentPath_(currentPath: GSPath)
```

