func appendPathExtension (String)
Appends the given path extension to self.
与えられたパス拡張子をselfに追加します。
Availability 有効性
Technology
pathExtension
The extension to append. 追加することになる拡張子。
If the URL has an empty path (e.g., http://www
), then this function will return the URL unchanged.
URLが空のパスならば(たとえば、http://www
)、そのときこの関数は変化していないURLを返します。
Certain special characters (for example, Unicode Right-To-Left marks) cannot be used as path extensions. If any of those are contained in path
, the function will return the URL unchanged.
特定の特殊文字(例えば、ユニコード右横書きマーク)は、パス拡張子として使用できません。それらのいずれかがpath
に含まれるならば、関数は変化していないURLを返します。
func appendPathExtension (String)