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

pathExtension

The path extension. (read-only) パス拡張子。(読み出しのみ)

Declaration 宣言

var pathExtension: String? { get }

Return Value 戻り値

The path extension of the receiver, or nil if path is nil. レシーバのパス拡張子、またはnil、もしpathnilならば。

Discussion 議論

This property contains the path extension, unescaped using the replacingPercentEscapes(using:) method. For example, in the URL file:///path/to/file.txt, the path extension is txt. このプロパティは、replacingPercentEscapes(using:)メソッドを使ってアンエスケープされたパス拡張子を含みます。例えば、URL file:///path/to/file.txtにおいて、パス拡張子はtxtです。

See Also 参照

Accessing the Parts of the URL URLの部分それらにアクセスする