|
|
|
|
|
- SOAP server
- Path of a system directory
fExeDir (Function) In french: fRepExe Returns the directory from which the execution is started. Caution: fExeDir is used to find out the runtime directory while fCurrentDir is used to find out the current directory. // Runtime 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.
Related Examples:
|
Unit examples (WINDEV): Handling text files
[ + ] Handling "text" files with WINDEV: - Create a text file - Write into a text file - Read in a text file
|
|
Unit examples (WEBDEV): Handling text files
[ + ] This example explains how to handle "non HFSQL" files with WEBDEV and it allows you to: - Create a text file - Write into a text file - Read in a text file
|
|
Unit examples (WINDEV Mobile): Handling text files
[ + ] Handling external "text" files: - Create a text file - Write into a text file - Read in a text file
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|