Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
Determine the standard programs directory
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
How can determine the standard programs directory (e.g. one of the following)
C:\Programs
C:\Program Files
C:\Programme // German
Answer:
Read the registry on path
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\
And read the value of: ProgramFilesDir
Comments:
|