Drive/Folder list

Enumerated list of drives and folders

Page 1 of 1

2 Replies - 8212 Views - Last Post: 01 October 2005 - 10:11 PM Rate Topic: -----

#1 BidSki   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 27
  • Joined: 30-June 05

Drive/Folder list

Posted 01 October 2005 - 05:08 PM

Hi

Does anybody know how to get a list of all the drives and all the folders on those drives. Im looking for something that would return an array or something similar containing all the info.
Is This A Good Question/Topic? 0
  • +

Replies To: Drive/Folder list

#2 Videege   User is offline

  • rêvant.toujours
  • member icon

Reputation: 6
  • View blog
  • Posts: 1,413
  • Joined: 25-March 03

Re: Drive/Folder list

Posted 01 October 2005 - 05:26 PM

Well, I've never seen a function (apart from some DOS commands) that returned an array of all the drives (and their contents, it would be a fairly large and complex array), but if you're working with a Win32 or .NET environment, there are several options available...what platform are you aiming for?
Was This Post Helpful? 0
  • +
  • -

#3 born2c0de   User is offline

  • printf("I'm a %XR",195936478);
  • member icon

Reputation: 187
  • View blog
  • Posts: 4,673
  • Joined: 26-November 04

Re: Drive/Folder list

Posted 01 October 2005 - 10:11 PM

No matter what function you use, none of them are going to return it in an array. As Videege said...it will be a Huge Array depending on your search.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1