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 Implement the VB TwipsPerPixel in Delphi ?
How to get DLL function parameter listings ?
How to Create a custom TInplaceEdit for TDBGrid ?
How to Convertan integer into a binary string?
Does Delphi support the back-end?
How to Read dos environment variables?
How to retrieve a list of assigned properties ?
How to Get a handle on your files ?
What are the available Alternate security databases ?
How to Create Non-Visual Components Without Icons ?
How to Hide the application from the Windows Taskbar?
What is Typecasting ?
what is Object Activation ?
How to Open an explorer window to a given folder?
How to Create a Worker Thread for Background Processing ?