recursiveFilesWithExtension

recursiveFilesWithExtension
(
Path dir
,
string ext
)

Parameters

dir
Type: Path

directory to perform the recursive search in

ext
Type: string

extension of the files to match (including dot)

Return Value

Type: auto

a list of all files with the extension

Meta