Results 1 to 4 of 4

Thread: Smartest way

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024

    Smartest way

    Here is what I want to do:

    Lets say for example I have 10 directories as followes:

    c:\temp
    c:\temp\sub1
    c:\temp\sub2
    c:\temp\sub3
    c:\temp\sub1\node1
    c:\temp\sub1\node2
    c:\temp\sub2\node1
    c:\temp\sub2\node2
    c:\temp\sub2\node3
    c:\temp\sub2\node4

    I want to keep track of which directories have files or not, if they do how many, and do they have certian types of files.

    So lets say c:\temp\sub2\node3 has main.cpp file in. When a user chooses that file which will be in a list, my program can quickly look up which directory its in.

    Whats the smartest/quickest way to do this? Class, Linked List/Vector, Map, Other?

    Thanks for your suggestions
    Last edited by Technocrat; Jun 27th, 2003 at 10:07 AM.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.com


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width