Type Property 型プロパティ

resolvesSymbolicLink

Declaration 宣言

static var resolvesSymbolicLink: NSFileCoordinator.ReadingOptions { get }

Discussion 議論

Specify this constant if you want an item that might be a symbolic link to resolve to the file pointed to by that link (instead of to the link itself). When you use this option, the system provides the resolved URL to the accessor block in place of the original URL. あなたがシンボリックリンクであるかもしれないある項目を、そのリンクによって指し示されるファイルに解決するのを(そのリンクそれ自体ではなく)望むならば、この定数を指定してください。あなたがこのオプションを使う場合、システムはアセクセッサブロックに対して解決されたURLを元のURLの代わりに提供します。