a bookmarks file reader
Posted: Fri Jul 30, 2010 3:17 am
Hi , i want to create a system to import all the internet explorer bookmarks automaticly in one of my next service but i dont know hot to really get the good string for the URL and the string with the name
here is an example of bookmarks file content :
[DEFAULT]
BASEURL=http://www.codenstuff.com/forum/home.php
[InternetShortcut]
URL=http://www.codenstuff.com/forum/home.php
Modified=E0B4FE5C952FCB017E
IconFile=http://www.codenstuff.com/favicon.ico
IconIndex=1
the strings i want to extract is the string with the URL and the iconFile string and the title of the file.
thanks in advance for your help
have a nice day !
here is an example of bookmarks file content :
[DEFAULT]
BASEURL=http://www.codenstuff.com/forum/home.php
[InternetShortcut]
URL=http://www.codenstuff.com/forum/home.php
Modified=E0B4FE5C952FCB017E
IconFile=http://www.codenstuff.com/favicon.ico
IconIndex=1
the strings i want to extract is the string with the URL and the iconFile string and the title of the file.
thanks in advance for your help
have a nice day !