How to find what the user path is for their Environment
Variables?
Windows provides four API functions for accessing and
updating environment variables:
1. GetEnvironmentVariable
This returns the value of a given environment variable.
2. SetEnvironmentVariable
Sets an environment variable's value, creating a new
variable if necessary. This routine can also be used to
delete an environment variable.
3. GetEnvironmentStrings
Gets a list of all the environment variables available
to a process.
4. ExpandEnvironmentStrings
Replaces environment variables delimited by "%"
characters in a string with the variable's value.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to generate steps to reproduce your issue for Borland Developer Support?
What is Typecasting ?
How to Use FindFirst to search for files?
Why Non-blob column in table required to perform operation with Oracle ?
How to activate different hints for each cell in a grid?
How to Log in to the remote datamodule?
How to Draw on frame ?
What databases can be used with dbExpress?
How to Clear the recent Documents from the Start Menu?
How to get the default Windows folders ?
How to Check drive ready status?
How to Obtain a list of available BDE language drivers?