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).
Remark: To get the "<Project name>_WEB" directory, you can use:
// Runtime directory
Info("Image files found in the directory: " + fWebDir())
Syntax
<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.