![]() |
|||||
|
Functions | |
int | unixem_setenv (char const *name, char const *value, int bOverwrite) |
Inserts or resets the value of an environment variable. | |
void | unixem_unsetenv (char const *name) |
Deletes the named environment variable, if it exists. |
int unixem_setenv | ( | char const * | name, | |
char const * | value, | |||
int | bOverwrite | |||
) |
Inserts or resets the value of an environment variable.
This function creates a link from originalFile
to linkName
.
name | The name of the environment variable to add / set | |
value | The value of the environment variable | |
bOverwrite | Determines whether to overwrite the variable, if it exists, or to leave its current value intact |
void unixem_unsetenv | ( | char const * | name | ) |
Deletes the named environment variable, if it exists.
name | The name of the environment to delete |
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2010 |