Click here to Skip to main content
15,916,600 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys,

How Visual Studio adds a string of characters in name of application folder.
Like:
C:\Documents and Settings\User\Local Settings\Application Data\CompanyName\ApplicationName.exe_Url_ktio5i2cghabox05avqkxu44kjlr4sum\1.0.0.0

How this string is attached in path.???

Thanks

Regards,
Itz.Irshad
Posted
Comments
Nelek 17-Apr-12 11:32am    
Are you asking how it is attached? Or what does it means and how it is formed?

The string is the hash of the application.

See here[^].
 
Share this answer
 
VB
Dim config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal)

VB
MessageBox.Show(config.FilePath)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900