Core Function EnvUpdate
From Sputnik Wiki
(Difference between revisions)
m (1 revision) |
m (1 revision) |
Latest revision as of 12:38, 14 June 2015
EnvUpdate( )
Contents |
Description
Refreshes the OS environment.
Parameters
None
Return Value
None.
Remarks
Similar effect as logging off and then on again.
For example, changes to the %path% environment might not take effect until you call EnvUpdate (or you logoff/reboot).
Example
EnvUpdate();