envLoadFile
envLoadFile(t_fileName) =>t / nil
Description
Specifies that a set of environment variables is to be loaded from a specified file. This function is equivalent to calling envLoadVals( ) with the ?tool argument set to ALL. All values loaded is marked as modified.
Specify a customized .cdsenv file for t_fileName. The envLoadFile function continues loading a .cdsenv file even if it encounters an error in the file.
Argument
|
The name of the file from which a set of environment variables is to be loaded. |
Values Returned
Related Topics
Return to top