filePathURL
- fileReferenceURL
- URLByAppendingPathComponent:isDirectory:
- URLByAppendingPathExtension:
URLByDeletingLastPathComponent
URLByDeletingPathExtension
URLByResolvingSymlinksInPath
URLByStandardizingPath
Availability 有効性
Technology
pathComponent
The path component to add to the URL, in its original form (not URL encoded). URLに加えるパス構成要素、それの元の形式で(URL符号化されない)。
A new URL with path
appended.
path
を追加された新しいURL。
If the original URL does not end with a forward slash and path
does not begin with a forward slash, a forward slash is inserted between the two parts of the returned URL, unless the original URL is the empty string.
元のURLがフォワードスラッシュで終わらないそしてpath
がフォワードスラッシュで始まらないならば、1つのフォワードスラッシュがこの返されるURLの2つの部分の間に挿入されます、元のURLが空の文字列でない限り。
If the receiver is a file URL and path
does not end with a trailing slash, this method may read file metadata to determine whether the resulting path is a directory. This is done synchronously, and may have significant performance costs if the receiver is a location on a network mounted filesystem. You can instead call the URLBy
method if you know whether the resulting path is a directory to avoid this file metadata operation.
レシーバがファイルURLであるそしてpath
が後に引きずるスラッシュで終わらないならば、このメソッドはファイルメタデータを読み込むことで、結果パスがディレクトリであるかどうかを決定するかもしれません。これは同期的に行われます、そして重大な性能上の対価を要するかもしれません、もしレシーバがネットワークマウントされたファイルシステム上のある位置ならば。あなたは、代わりにURLBy
メソッドを呼び出すことが可能です、もしあなたが結果パスがディレクトリであるかどうかを知っていてこのファイルメタデータ演算を避けるならば。
filePathURL
- fileReferenceURL
- URLByAppendingPathComponent:isDirectory:
- URLByAppendingPathExtension:
URLByDeletingLastPathComponent
URLByDeletingPathExtension
URLByResolvingSymlinksInPath
URLByStandardizingPath