Mega Code Archive

 
Categories / VB.Net / Development
 

Environment GetFolderPath (Environment SpecialFolder)

Imports System Class Sample    Public Shared Sub Main()       Console.WriteLine("GetFolderPath: {0}", Environment.GetFolderPath(Environment.SpecialFolder.System))    End Sub 'Main End Class 'Sample