FindFiles Method (longFileName)

DTF API

Copy image CopyHover image
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++ F#
public string[] FindFiles(
	string longFileName
)
Public Function FindFiles ( 
	longFileName As String
) As String()
public:
array<String^>^ FindFiles(
	String^ longFileName
)
member FindFiles : 
        longFileName : string -> string[] 
Parameters
longFileName (String)
File name to search for (case-insensitive)
Return Value
array<String>[]()[][]
Array of file keys, or a 0-length array if none are found

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