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

lastPathComponent

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

Declaration 宣言

var lastPathComponent: String? { get }

Discussion 議論

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

See Also 参照

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