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 send a response early in a web application action?
Write a program to show the memory leak?
How to query dates using Day-Month-Year using local SQL ?
How to Determine if you have Delphi v3.02 installed?
why you want to make your future in SAP?.
How to Make text background transparent?
What is DCOM Dependency?
Explain the findfirst method?
How to Print a WEB page with the HTML control?
What is the process of exception handling in delphi?
How to Display a 24 bit True Color bitmap image on a 256 color display?
How to Use an instance of TPrinter ?