Manipulate Environment Variables using VB.NET
Today I will show how to manipulate environment variables in vb.net What is Environment Variables? > Environment Variables plays a special role on windows application. It targets an exact location on your windows directory. It is a part of operating system which the process runs. Example: %temp% - In which your junk files are located like .tmp, .chk, .dat and etc %windir% - Most commonly your
- Read more about Manipulate Environment Variables using VB.NET
- Log in or register to post comments
- 66 views