|
|
|
|
|
fWebDir (Function) In french: fRepWeb Returns the physical name of the directory containing the images, JavaScript files and Java files of the WEBDEV website. This directory corresponds to the <Project name>_WEB directory. This directory is present on both the development computer and the deployment computer. This enables you to read, write or modify the files found in this directory.
Warning
Modifications and write operations are performed on the development computer. These operations can only be performed on the deployment server if the hosting provider grants the necessary permissions.
Npte: To get the "<Project name>_WEB" directory, you can use: - FolderWeb: This function returns a relative path to be interpreted by the browser.
- fWebDir: This function returns an absolute path to be used from the server with the external file functions (fxxx).
Info("Image files located in the following 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|