How to find what the user path is for their Environment
Variables?



How to find what the user path is for their Environment Variables?..

Answer / 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

More Delphi Interview Questions

How can I change the drive that MediaPlayer uses to play Audio ?

0 Answers  


How to Migrate a project from Delphi 1 or 2 to Delphi 3 ?

0 Answers  


How to send a response early in a web application action?

0 Answers  


How to Re-execute export From Table ?

0 Answers  


How to create SQL queries with SQL Builder?

0 Answers  






How to Test IDispatch Descendants?

0 Answers  


I am trying to call from Delphi and it GPFs. Whats up?

0 Answers  


How to Print a WEB page with the HTML control?

0 Answers  


What are the different Control Panel Applets?

0 Answers  


what are the different types of dBASE Unique style indexes ?

0 Answers  


What technical support do we get with Delphi?

0 Answers  


How to Map a DLL into another process ?

0 Answers  


Categories