c# - CompanyName spaces replaced with underscore in AppData Folder -


all.

i'm getting weird issue appdata folder.
i'm trying access user.config in appdata\local\[company name]\... folder.
[company name] set in assemblyinfo.cs assemblycompany attribute , contains spaces. lets "my company name".
would expect path user config contain
appdata\local[my company name]... folder, instead
appdata\local[my_company_name]... (spaces replaced underscore).

why happening? how can correct location of user settings?

i cannot use application.userappdatapath property because i'm on console application, need build path manually.

any appreciated. p.s. os win 7 x64


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -