How to find what the user path is for their Environment
Variables?
Answer Posted / editcdc
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 |
Post New Answer View All Answers
What are the available Alternate security databases ?
How to Drop a combobox's list in code?
How to Display a 24 bit True Color bitmap image on a 256 color display?
How to Get current record from a TDBGrid ?
How to convert numbers into roman numerals?
How to Add accelerator characters to TTabsheets?
How to Paint a rainbow color spectrum onto a form ?
How to Convert Data in Paradox Tables to InterBase Using Delphi?
How to prevent the user from moving or sizing my form?
How to detect the CPU type of the computer the application is running on?
How to Dynamically drawing a transparent image ?
How to change Kylix directory permissions for all users when installed as root?
what are Safe Mode and VGA mode?
'Name Conflicting' . what does this error mean?
How to test if a given string contains a valid number?