---
title: fileURL
framework: screencapturekit
role: symbol
role_heading: Instance Property
path: screencapturekit/scscreenshotoutput/fileurl
---

# fileURL

A URL property that specifies the location of the saved image.

## Declaration

```swift
unowned(unsafe) var fileURL: NSURL? { get set }
```

## Discussion

Discussion If fileURL is nil, then the file isn’t saved.
