# `GSImage showInFinder:`

*Instance Method*

Shows the image in the Finder

## Declaration

```swift
func showInFinder(_ sender: Any!)
```

```objc
- (void) showInFinder:(id) sender;
```

```python
showInFinder_(sender: object)
```

