How can you access files in %appdata% through vb.net? e.g. C:\Users\Kuzon\AppData\Roaming\program. How would i access that file but on another windows 7 machine, also how would you do it on windows xp? I believe it is %Application Data%
|
|
When you're writing .NET code, it's recommended that you use the functions explicitly designed for this purpose, rather than relying on environment variables such as You're looking for the The Application Data folder is represented by the Full sample code:
And yes, this works in C# the same as VB.NET. |
|||
|
|