Mega Code Archive

 
Categories / VB.Net Tutorial / Development
 

Get the path that stores favorite links

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