Click or drag to resize

Utils_DirectoryGetFiles Method

Returns the list of FileInfo corresponding to the specified names, inside the given directory path.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static IEnumerable<FileInfo> GetFiles(
	string directoryPath,
	List<string> fileNames
)

Parameters

directoryPath
Type: SystemString
fileNames
Type: System.Collections.GenericListString

Return Value

Type: IEnumerableFileInfo
See Also