Contents

url

The URL identifying the location of the file associated with the file version object.

Declaration

var url: URL { get }

Discussion

The URL identifies the location of the file associated with this version. If this version of the file has been deleted, the value in this property is nil.

Do not display any part of this URL to the user. The location of file versions is managed by the system and should not be exposed to the user. If you want to present the name of a file version, use the localizedName property.

See Also

Accessing the Version Information