Iterate through File System

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Elmo Watson

    #1

    Iterate through File System

    Can anyone point me to an example that shows how to interate through the
    file system, at a given starting point, listing files, plus Subdirectories,
    then, all the files and subdirectories in them also?


  • Herfried K. Wagner [MVP]

    #2
    Re: Iterate through File System

    "Elmo Watson" <sputnik@yahoo. comschrieb:
    Can anyone point me to an example that shows how to interate through the
    file system, at a given starting point, listing files, plus
    Subdirectories,
    then, all the files and subdirectories in them also?
    <URL:http://dotnet.mvps.org/dotnet/samples/filesystem/FileSystemEnume rator.zip>

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • aaron.kempf@gmail.com

      #3
      Re: Iterate through File System

      USE DOS



      Herfried K. Wagner [MVP] wrote:
      "Elmo Watson" <sputnik@yahoo. comschrieb:
      Can anyone point me to an example that shows how to interate through the
      file system, at a given starting point, listing files, plus
      Subdirectories,
      then, all the files and subdirectories in them also?
      >
      <URL:http://dotnet.mvps.org/dotnet/samples/filesystem/FileSystemEnume rator.zip>
      >
      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

      Comment

      Working...