Favorite shortcuts to a web page

Bengt Richter bokr at oz.net
Fri Jan 25 18:46:53 EST 2002


On 25 Jan 2002 13:02:46 -0800, dddstone at hotmail.com (DStone) wrote:

>I am trying to compose a script in Python that will read the shortcuts
>in my IE Favorites folder and compile them in an HTML page, each
>folder's shortcuts being nested beneath the layer above.
>
>I have been unable to elucidate how to make my script drill down into
>multiple subfolders and properly form a web page.  I can produce an
>indented list of folders and their subsequent subfolders, OR I can
>make a nice HTML page with one folder's worth of favorites outputted
>in list style, BUT I cannot seem to get both done.

Sounds like you have the pieces. Why not post both the one that
does indented list of folders and the one that does the one page of
html. I'd bet you can cannibalize those and add a dozen lines or less
to accomplish your objective.

Regards,
Bengt Richter




More information about the Python-list mailing list