[]
Checks whether the given file extensions are associated with current application.
public bool CheckFileAssociations(params string[] extensions)
Public Function CheckFileAssociations(ParamArray extensions As String()) As Boolean
| Type | Name | Description |
|---|---|---|
| string[] | extensions | The file extensions to check, such as ".txt". |
| Type | Description |
|---|---|
| bool | Returns True if there is a registered file association for each of the given extensions. |