FindFiles Method (pattern)

Microsoft Deployment Tools

Deployment Tools Foundation FindFiles Method (pattern)
Gets the list of file keys whose long file names match a specified regular-expression search pattern.
Declaration Syntax
C# Visual Basic Visual C++
public string[] FindFiles(
	Regex pattern
)
Public Function FindFiles ( _
	pattern As Regex _
) As String()
public:
array<String^>^ FindFiles(
	Regex^ pattern
)
Parameters
pattern (Regex)
Regular expression search pattern
Return Value
Array of file keys, or a 0-length array if none are found

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)