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 create Data Link File with Windows 2000?
How to use Paths and Geometric Pens?
How to convert numbers into roman numerals?
How to Disable a radio button in a TRadioGroup?
How to Pass a function to a procedure or vice versa?
How to Remove drives listed in a TDriveComboBox ?
How to obtain IDAPI32.LIB and IDAPI.H ?
How to use a true DWORD value passed to Delphi application?
How to Test IDispatch Descendants?
Write a program to show the memory leak?
How to get UpdateMode to work for TQuery on a SQL Server 7.0 table?
How to Prevent the TEdit component from beeping when invalid ?