Application properties sample values
When coding against properties that return path information, its rarely clear from the documentation just what path their talking about.
A typical sample value works great for me to relate the semantic description to what I know about the Windows environment.
Typical values of the Windows Forms Application properties:
|
StartupPath |
"C:\Tone\kzDev\VSP\Job Blaster\Job Blaster\bin\Debug" |
|
CommonAppDataPath |
"C:\Documents and Settings\All Users\Application Data\ |
|
CommonAppDataRegistry |
{Microsoft.Win32.RegistryKey} Name: "HKEY_LOCAL_MACHINE\Software\ |
|
CompanyName |
" |
|
CurrentCulture |
{System.Globalization.CultureInfo} |
|
CurrentInputLanguage |
{System.Windows.Forms.InputLanguage} |
|
ExecutablePath |
"C:\Tone\kzDev\VSP\Job Blaster\Job Blaster\bin\Debug\Job Blaster.exe" |
|
LocalUserAppDataPath |
"C:\Documents and Settings\tone\Local Settings\Application Data\ |
|
MessageLoop |
true |
|
ProductName |
"JobBlaster" |
|
ProductVersion |
"1.11.1013.35494" |
|
SafeTopLevelCaptionFormat |
"{1} - {0} - {2}" |
|
StartupPath |
"C:\Tone\kzDev\VSP\Job Blaster\Job Blaster\bin\Debug" |
|
UserAppDataPath |
"C:\Documents and Settings\tone\Application Data\ |
|
UserAppDataRegistry |
{Microsoft.Win32.RegistryKey} Name: "HKEY_CURRENT_USER\Software\ |