|
|
|
|
|
- Path of a system directory
fExeDir (Function) In french: fRepExe Returns the directory from which the execution is started. Attention: function fExeDir is used to find out the launch directory, while fCurrentDir is used to find out the current directory.
Info("This application is started from " + fExeDir())
Syntax <Result>: Character string Directory from which the executable is run. This path does not end with the "\" character. - In test mode (GO from WINDEV), corresponds to:
- the generation directory given in the description of the current project configuration.
- the EXE subdirectory of the project directory.
- At runtime, corresponds to the directory containing the current executable.
Remarks Path of a system directory To find out the path of a system directory, use SysDir.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|