Get the favorites folder

For the current user

System.Environment.GetFolderPath(Environment.SpecialFolder.Favorites));

For the all users

System.Environment.GetFolderPath(Environment.SpecialFolder.CommonFavorites));

Leave a Reply

Your email address will not be published. Required fields are marked *