Valid on UNIX and Windows
The EnvImport function imports environment variables from a text file.
Function format:
EnvImport(filename as String) as Boolean
Defines the name of the file.
On successful completion, the function returns TRUE; otherwise, returns FALSE.
Example:
This example imports additional env variables from a file.
EnvImport("c:\temp\env.dat")
C:\temp\env.dat contains for example:
Xantippe=greek Yokohama=japanese Fuel=explosive
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|