Imports System Imports System.Diagnostics Imports System.ComponentModel Class MyProcess Shared Sub Main() Dim myFavoritesPath As String = Environment.GetFolderPath(Environment.SpecialFolder.Favorites) End Sub End Class