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

expandingTildeInPath

A new string made by expanding the initial component of the receiver to its full path value. レシーバの冒頭の構成要素をそれの完全パス値に展開する事によって作られる新しい文字列。

Declaration 宣言

var expandingTildeInPath: String { get }

Discussion 議論

A new string made by expanding the initial component of the receiver, if it begins with “~” or “~user”, to its full path value. Returns a new string matching the receiver if the receiver’s initial component can’t be expanded. レシーバの冒頭の構成要素を、もしそれが “~” または “~user” で始まるならば、それの完全パス値へと展開して作られる新しい文字列。レシーバと合致する新しい文字列を返します、もしレシーバの持つ冒頭の構成要素が展開されることができないならば。

Note that this method only works with file paths (not, for example, string representations of URLs). このメソッドはファイルパスでのみ働くことに注意してください(例えば、URLの文字列表現ではなく)。

See Also 参照

Working with Paths パスを扱う