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 Converta RGB color to a CMYK color?
How to get the date of the last day in the current month?
Convert a color to its VCL string value ?
what are the different types of dBASE Unique style indexes ?
How to get the default Windows folders ?
How to Get the local internet machine name and IP address?
How to Change the default project directory ?
How to Connect to a remote CORBA server?
How to Retrieve a long file name from the command line ?
What is the procedure to access the database from delphi?
How to display an application associated icons?
How to Set break on exception in Delphi 4?