Click or drag to resize
IPluginManagerProviderDirectoryGetFiles Method
Returns all of the files matching the search pattern in the folder passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<string> DirectoryGetFiles(
	string folder,
	string searchPattern
)

Parameters

folder
Type: SystemString
searchPattern
Type: SystemString

Return Value

Type: IEnumerableString
See Also