<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DiskImageKit",
  "identifier" : "/documentation/DiskImageKit/DiskImage/url",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "DiskImageKit"
    ],
    "preciseIdentifier" : "s:12DiskImageKit0aB0C3url10Foundation3URLVvp"
  },
  "title" : "url"
}
-->

# url

The URL of the disk image.

```
final let url: URL
```

## 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`](/documentation/DiskImageKit/StackedImage), this is the URL of the top layer.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)