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

# fileURL

Specifies the URL where the screenshot process saves the output.

## Declaration

```swift
var fileURL: URL? { get set }
```

## Discussion

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