---
title: url
framework: diskimagekit
role: symbol
role_heading: Instance Property
path: diskimagekit/diskimage/url
---

# url

The URL of the disk image.

## Declaration

```swift
final let url: URL
```

## Discussion

Discussion For a standalone disk image, this is the URL of a disk image you provide that the framework uses to initialize this image. For a StackedImage, this is the URL of the top layer.
