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
SysNameExe (Function)
In french: SysNomExe
Returns the name and full path of an application.
Remark: To retrieve the name of the current executable, use ExeInfo.
Example
// Retrieve the name and the full path of the current application
ExeNameRes = SysNameExe(SysInstance())
Syntax
<Result> = SysNameExe(<Executable Instance>)
<Result>: Character string
Name and full path of the specified application.
<Executable Instance>: Integer
Instance of the executable of the application to use. The instance of an application is returned by SysInstance.
Component: wd290std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help