FindFiles Method (longFileName)

Microsoft Deployment Tools

Deployment Tools Foundation FindFiles Method (longFileName)
Gets the list of file keys that have the specified long file name.
Declaration Syntax
C# Visual Basic Visual C++
public string[] FindFiles(
	string longFileName
)
Public Function FindFiles ( _
	longFileName As String _
) As String()
public:
array<String^>^ FindFiles(
	String^ longFileName
)
Parameters
longFileName (String)
File name to search for (case-insensitive)
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)