Structure

URLResourceValues

The properties supported by file system resources. ファイルシステムリソースによってサポートされるプロパティ。

Declaration 宣言

struct URLResourceValues

Overview 概要

URLs to file system resources support the properties defined below. Note that not all property values will exist for all file system URLs. For example, if a file is located on a volume that does not support creation dates, it is valid to request the creation date property, but the returned value will be nil, and no error will be generated. ファイルシステムリソースへのURLは、下で定義されるプロパティをサポートします。全てのプロパティ値が全てのシステムURLに対して存在しないことに注意してください。例えば、あるファイルが作成日をサポートしないボリューム上に置かれるならば、それが作成日プロパティを要請されるのは有効です、しかし戻り値はnilでしょう、そしてどんなエラーも生成されません。

Only the fields requested by the keys you pass into the URL function to receive this value will be populated. The others will return nil regardless of the underlying property on the file system. あなたがURL関数へと渡してここにある値を受け取るキーそれらによって要請されるフィールドだけが、満たされることになります。その他は nilを返すでしょう、そのファイルシステム上の基礎をなすプロパティに関係なく。

As a convenience, volume resource values can be requested from any file system URL. The value returned will reflect the property value for the volume on which the resource is located. ある便宜として、ボリュームリソース値はどんなファイルシステムURLにも要請されることが可能です。返される値は、それの上にリソースが置かれるところのボリュームに対するプロパティ値を反映するでしょう。

Topics 話題

Application Values アプリケーション値

Directory Values ディレクトリ値

File Values ファイル値

Volume Capacity Values ボリューム容量値

Volume Status Values ボリューム状態値

Volume Support Values ボリュームサポート値

Ubiquitous Values ユビキタス値

Thumbnail Values サムネール値

Universal Resource Values ユニバーサルリソース値

Initializers イニシャライザ

See Also 参照

Accessing Resource Values リソース値にアクセスする