An array of NSString
objects containing filename extensions. The extensions should not include the dot (“.”) character.
いくつかのNSString
オブジェクトからなる配列、ファイル名拡張子を含んでいます。拡張子は、ドット(“.”)文字を含むべきではありません。
Instance Method
インスタンスメソッド
paths
pathsMatchingExtensions(_:)
Returns an array containing all the pathname elements in the receiving array that have filename extensions from a given array.
与えられた配列からのファイル名拡張子を持つ、受け手側の配列の中の全てのパス名要素を含んでいる配列を返します。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
filterTypes
Return Value 戻り値
An array containing all the pathname elements in the receiving array that have filename extensions from the filter
array.
受け手側の配列の中のすべてのパス名要素それらを含んでいる配列、それらはfilter
配列からのファイル名拡張子を持ちます。