Click or drag to resize

ApplicationUtilsGetFilesOfTypeFromFolders Method

Gets the files matching a given type pattern from the folders specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static List<string> GetFilesOfTypeFromFolders(
	IEnumerable<string> foldersToTraverse,
	string fileTypePattern
)

Parameters

foldersToTraverse
Type: System.Collections.GenericIEnumerableString
The folders to traverse. (full paths)
fileTypePattern
Type: SystemString
The file type pattern.

Return Value

Type: ListString
the filenames of the files matching the pattern specified in the folders specified.
See Also