ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


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
Returns the physical name of directory containing the images, the JavaScript files and the Java files of the WEBDEV site. This directory corresponds to the <Project Name>_WEB directory. This directory is found both on the development computer and on the deployment computer.
This enables you to read, write or modify the files found in this directory. Caution, the modifications will be possible only if write rights are granted by the host (security reasons).
PHP Returns the full physical name of the directory containing the PHP page currently run, the images, the JavaScript and Java files of the WEBDEV site. This directory corresponds to the subdirectory of the language of <Project Name>_WEB. This directory is found both on the development computer and on the deployment computer.
Remark: To get the "<Project name>_WEB" directory, you can use:
Example
// Runtime directory
Info("Image files found in the directory: " + fWebDir())
Syntax
<Result> = fWebDir()
<Result>: Character string
Full physical name of the directory containing the images, the JavaScript and Java files of the WEBDEV site. This result has the following format: "C:\My Project\Schedule\Schedule_WEB". No "\" character is found at the end of this result.
PHP Full physical name of the directory containing the PHP page, the images, the JavaScript and Java files of the WEBDEV site. This result has the following format: "C:\My Projects\Schedule\Schedule_WEB\US". No "\" character is found at the end of this result.
Component: wd280page.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment