'Declaration
Public Function CheckFileAssociations( _ ByVal ParamArray extensions() As String _ ) As Boolean
public bool CheckFileAssociations( params string[] extensions )
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.