Deployment Tools Foundation
FindFiles Method (longFileName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► FindFiles(String)
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
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)