|
|
|
|
|
- Directory of images (in browser code)
- Specifying the directory of images in WLanguage for generating the HTML code
- Setup
FolderWeb (Function) In french: RépertoireWeb Returns the relative path of the directory containing: - images,
- JavaScript files,
- Java applet files,
- other files accessible from the browser.
This directory corresponds to the <Project name>_WEB directory. 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: - the FolderWeb function: this function returns a relative path to be interpreted by the browser.
- the fWebDir function: this function returns an absolute path to be used from the server with the external file functions (fxxx).
Syntax <Result>: Character string Relative path of the directory containing the images, the JavaScript files, ...
Remarks Specifying the directory of images in WLanguage for generating the HTML code FolderWeb can be used to specify the directory of images when generating the HTML code in WLanguage. If the HTML code must contain references to images or to any other static object (Java or JavaScript file), FolderWeb must be used to localize these files. In the setup is performed via physical media, the directory of the data files is specified during the setup. For a remote setup (FTP), the Internet provider supplies the home directory for the data files and the user supplies the name of the sub-directory in which the data files are installed. Component: wd300dllexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|