On Oct 9, 5:02 am, Girish <girish....@gmail.com> wrote:
> Is there any python class to display the drive and folder structure as
> a tree(As you see in the windows explorer window)??


You could use a recursive function to print it out of course or you
will need to use a GUI kit. wxPython has a tree widget, i think TIX
has a simplistic tree widget? TIX is included in the stdlib
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to