Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OpenWith element represents a mapping in the client between a file type and an executable application capable of processing or displaying files of that type.
Element-Specific Attributes:
Attribute name |
Description |
---|---|
action |
(optional) If specified, the value MUST be C, D, R, or U, corresponding to Create, Delete, Replace, and Update. If unspecified, the default value is U.
|
fileExtension |
MUST be the extension of the file to associate with the specified application. Note It is not necessary to insert the period before the file extension. |
applicationPath |
MUST be the path and name of the application that is to be associated with the file extension. |
default |
(optional) MUST be set in order to make the associated application the default application that the operating system uses to open the file extension. MUST be 1 to set the default, or 0 to add the Open With association without setting the default. |