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

lastPathComponent

The last path component. (read-only) 最後のパス構成要素。(読み出しのみ)

Declaration 宣言

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

Discussion 議論

This property contains the last path component, unescaped using the stringByReplacingPercentEscapesUsingEncoding: method. For example, in the URL file:///path/to/file, the last path component is file. このプロパティは、最後のパス構成要素を含みます、stringByReplacingPercentEscapesUsingEncoding:メソッドを使ってアンエスケープされます。例えば、URL file:///path/to/fileにおいて、最後の構成要素はfileです。

See Also 参照

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