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

pathExtension

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

Declaration 宣言

@property(nullable, readonly, copy) NSString *pathExtension;

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 stringByReplacingPercentEscapesUsingEncoding: method. For example, in the URL file:///path/to/file.txt, the path extension is txt. このプロパティは、パス拡張子を含みます、stringByReplacingPercentEscapesUsingEncoding:メソッドを使ってアンエスケープされます。例えば、URL file:///path/to/file.txtにおいて、パス拡張子はtxtです。

See Also 参照

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