how many subdirectory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • barbara_dave@yahoo.com

    #1

    how many subdirectory

    Hi all,

    Is there a way to know how many subdirectories in one directory, I mean
    the total of sub, sub, subdirectories. ..

    thanks

  • Herfried K. Wagner [MVP]

    #2
    Re: how many subdirectory

    <barbara_dave@y ahoo.com> schrieb:[color=blue]
    > Is there a way to know how many subdirectories in one directory, I mean
    > the total of sub, sub, subdirectories. ..[/color]

    The code referenced below will recursively enumerate all directories in a
    certain directory. It can be easily adapted to count the number of
    enumerated directories:

    <URL:http://www.google.to/groups?selm=Oct pkmnfFHA.3904%4 0TK2MSFTNGP14.p hx.gbl>

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

    Comment

    Working...