How to: Determine the Windows System Directory in Visual Basic
This example sets a string containing the path of the Windows System directory.
Note |
|---|
|
Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. For more information, see Visual Studio Settings. |
This code example is also available as an IntelliSense code snippet. In the code snippet picker, it is located in Windows Operating System > System Information. For more information, see How to: Insert IntelliSense Code Snippets.
This code requires FileIOPermission.
Note