Instance Property インスタンスプロパティ

url

The URL identifying the location of the file associated with the file version object. ファイルバージョンオブジェクトと結びつけられるファイルの場所を識別するURL。

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. URLは、このバージョンと結び付けられるファイルの位置を識別します。ファイルのこのバージョンが削除されているならば、このプロパティの値は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. このURLのどの部分もユーザに表示しないでください。ファイルバージョンの場所は、システムによって管理されます、そしてユーザにさらされるべきではありません。あなたがファイルバージョンの名前を提示したいならば、localizedNameプロパティを使ってください。

See Also 参照

Accessing the Version Information バージョン情報にアクセスする