AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones del sistema
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SysUnlinkExtension (Function)
In french: SysDissocieExtension
Deletes the association between an extension and a command that was created by SysLinkExtension.
Example
// Links the ".txt" extension to the "app.exe" executable
SysLinkExtension(".txt", "C:\Program Files\MyApp\app.exe ""%1""", sysCurrentUser)
...
SysUnlinkExtension(".txt", sysCurrentUser)
Syntax
<Result> = SysUnlinkExtension(<Extension> [, <User>])
<Result>: Boolean
  • True if the unlink operation was performed,
  • False otherwise. ErrorInfo returns more details.
<Extension>: Character string
Extension to free.
<User>: Optional Integer constant
The association between the application and the extension is saved in the registry. Two options are available:
sysAllUsers
(Default value)
The association will be deleted for all the users of the current computer.
Remark: You must have the "Administrator" rights to run this operation.
sysCurrentUserThe association will be deleted for the current user only.
Remarks
Once the extension is freed, the explorer can temporarily store the association or propose the program that was previously linked (independent data of registries).
Component: wd290std.dll
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local