|
|
|
|
|
SysGetExtLink (Function) In french: SysRécupèreAssociationExt Returns the command linked to an extension.
SysLinkExtension(".txt", "C:\Program Files\MyApp\app.exe ""%1""", sysCurrentUser)
...
SysGetExtLink(".txt")
Syntax
<Result> = SysGetExtLink(<Extension> [, <User>])
<Result>: Character string - Command linked to the extension,
- Empty string ("") if no command is linked to the extension.
<Extension>: Character string Extension to use. <User>: Optional Integer constant The association between the application and the extension is saved in the registry. Two options are available: | | sysAllUsers | The association is sought for all the users of the current computer. Note: This operation requires Administrator privileges. | sysCurrentUser (Default value) | The association is sought for the current user only. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|