Instance Method インスタンスメソッド

pathsMatchingExtensions(_:)

Returns an array containing all the pathname elements in the receiving array that have filename extensions from a given array. 与えられた配列からのファイル名拡張子を持つ、受け手側の配列の中の全てのパス名要素を含んでいる配列を返します。

Declaration 宣言

func pathsMatchingExtensions(_ filterTypes: [String]) -> [String]

Parameters パラメータ

filterTypes

An array of NSString objects containing filename extensions. The extensions should not include the dot (“.”) character. いくつかのNSStringオブジェクトからなる配列、ファイル名拡張子を含んでいます。拡張子は、ドット(“.”)文字を含むべきではありません。

Return Value 戻り値

An array containing all the pathname elements in the receiving array that have filename extensions from the filterTypes array. 受け手側の配列の中のすべてのパス名要素それらを含んでいる配列、それらはfilterTypes配列からのファイル名拡張子を持ちます。