---
title: url
framework: gamesave
role: symbol
role_heading: Instance Property
path: gamesave/gamesavesynceddirectory/version/url
---

# url

The URL of a directory where you read and write game-save data.

## Declaration

```swift
var url: URL { get }
```

## Discussion

Discussion You define the format and structure of files you write in this directory.

## See Also

### Accessing saved game state

- [isLocal](gamesave/gamesavesynceddirectory/version/islocal.md)
