CheckFileAssociations Method
Checks whether the given file extensions are associated with current application.
public bool CheckFileAssociations(
params string[]
)
'Declaration
Public Function CheckFileAssociations( _
ByVal ParamArray () As String _
) As Boolean
Parameters
- extensions
- The file extensions to check, such as ".txt".
Return Value
Returns True if there is a registered file association for each of the given extensions.