[]
Checks whether the given file extensions are associated with current application.
public bool CheckFileAssociations(params string[] extensions)
| 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. |