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
How to convert numbers into roman numerals?
How to create an About Box in Delphi or C++ Builder?
How to get UpdateMode to work for TQuery on a SQL Server 7.0 table?
what qualties must have to become a SAP FICO consultant?.
How to Change windows default printer in code?
Is there any way to record a keyboard macro in the IDE?
How to Place a grid in edit mode programatically?
How to Debug CORBA clients and servers?
How to Detect if the system time has been changed ?
How to Create a PolyPolygon using a point array?
Why reusing or inheriting from a Remote Data Module is not a good idea?
How can I manipulate data programatically?
How to drop down a menu Programmatically ?
How to connect to an InterBase database using the BDE API?
Can ALTER TABLE statment on Paradox tables removes passwords ?