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

sharedSupportPath

The full pathname of the bundle’s subdirectory containing shared support files. 共有サポートファイルを含んでいる、バンドルの持つ下位ディレクトリのファイルURL。

Declaration 宣言

var sharedSupportPath: String? { get }

Discussion 議論

This property contains the appropriate path for modern application and framework bundles. This property may not contain a path for non-standard bundle formats or for some older bundle formats. このプロパティは、モダンなアプリケーションおよびフレームワークのバンドルに対する適切なパスを含みます。このプロパティは、非標準バンドル形式に対するまたはいくつかのより古いバンドル形式に対するパスを含まないかもしれません。

See Also 参照

Getting the Standard Bundle Directories 標準バンドルディレクトリを取得する