ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System functions
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
SysGetExtLink (Function)
In french: SysRécupèreAssociationExt
Returns the command linked to an extension.
Example
// Links the ".txt" extension to the "app.exe" executable
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:
sysAllUsersThe association is sought for all the users of the current computer.
Remark: You must have the "Administrator" rights to run this operation.
sysCurrentUser
(Default value)
The association is sought for the current user only.
Component: wd290std.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help