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