Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

t_fileName

The name of the file from which a set of environment variables is to be loaded.

Values Returned

t

The file is added to the list of files to search.

nil

The file could not be added to the list of files to search.

Related Topics

envCyclicStringToIndex

Cdsenv Editor Functions


Return to top
 ⠀
X