var filePathURL : URL?
A file path URL that points to the same resource as the URL object. (read-only)
あるファイルパスURL、それはそのURLオブジェクトと同じリソースを指し示します。(読み出しのみ)
func fileReferenceURL () -> URL?
Returns a new file reference URL that points to the same resource as the receiver.
新しいファイル参照URLを返します、それはレシーバと同じリソースを指し示します。
func appendingPathComponent (String) -> URL?
Returns a new URL made by appending a path component to the original URL.
あるパス構成要素を元のURLに追加することによって作られる新しいURLを返します。
func appendingPathExtension (String) -> URL?
Returns a new URL made by appending a path extension to the original URL.
あるパス拡張子を元のURLに追加することによって作られる新しいURLを返します。
var deletingLastPathComponent : URL?
A URL created by taking the receiver and removing the last path component. (read-only)
レシーバをとってそして最後のパス構成要素を取り除くことによって作成されるURL。(読み出しのみ)
var deletingPathExtension : URL?
A URL created by taking the receiver and removing the path extension, if any. (read-only)
レシーバをとってそしてパス拡張子を、もしあれば、取り除くことによって作成されるURL。(読み出しのみ)
var resolvingSymlinksInPath : URL?
A URL that points to the same resource as the receiver and includes no symbolic links. (read-only)
レシーバと同じリソースを指し示すURL、そしてシンボリックリンクでないものを含みます。(読み出しのみ)
var standardizingPath : URL?
A URL that points to the same resource as the original URL using an absolute path. (read-only)
絶対パスを使って元のURLと同じリソースを指し示すURL。(読み出しのみ)