
Best Way to Map Hard drive?
I was wondering what is the best way to map the hard drive and then serialize
the information. I'm only interested in the file name and directory names.
Maybe file size too.
but i wanna map the entire hard drive(s) and then save that information and
view it later.
the way i am doing this is treeview control, creating nodes representing all
the directories and then clicking on each node and then it shows all the files
in there. I had to come up with a recurrence function to get all this
information. I was wondering if there is already a standard, built, or easier
way to do this?
Thanks
RAyRAy =)