Drive Type???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shannon Richards

    #1

    Drive Type???

    Hello all: I am trying to retrieve all drives of a specific type.

    I can obtain all drives via the Directory.GetLo gicalDrives() method however
    there is no obvious way to determine the type of drive?

    Thank you,
    Shannon Richards.


  • Shannon Richards

    #2
    Re: Drive Type???

    I know it can be achieved via the MicrosoftScript ing COM reference and the
    traditional FileSystemObjec t but I'm looking for a solution that does not
    depend on this COM .dll

    Thank you,
    Shannon Richards.

    "Shannon Richards" <srichards_it@h otmail.com> wrote in message
    news:eIBkD02jEH A.3876@TK2MSFTN GP15.phx.gbl...[color=blue]
    > Hello all: I am trying to retrieve all drives of a specific type.
    >
    > I can obtain all drives via the Directory.GetLo gicalDrives() method[/color]
    however[color=blue]
    > there is no obvious way to determine the type of drive?
    >
    > Thank you,
    > Shannon Richards.
    >
    >[/color]


    Comment

    • Willy Denoyette [MVP]

      #3
      Re: Drive Type???

      Check this:



      Willy.

      "Shannon Richards" <srichards_it@h otmail.com> wrote in message
      news:eIBkD02jEH A.3876@TK2MSFTN GP15.phx.gbl...[color=blue]
      > Hello all: I am trying to retrieve all drives of a specific type.
      >
      > I can obtain all drives via the Directory.GetLo gicalDrives() method
      > however
      > there is no obvious way to determine the type of drive?
      >
      > Thank you,
      > Shannon Richards.
      >
      >[/color]


      Comment

      • Shannon Richards

        #4
        Re: Drive Type???

        Very cool...Thank you

        "Willy Denoyette [MVP]" <willy.denoyett e@pandora.be> wrote in message
        news:%23S2Is92j EHA.2764@TK2MSF TNGP11.phx.gbl. ..[color=blue]
        > Check this:
        >
        > http://www.dotnet247.com/247reference/msgs/7/35755.aspx
        >
        > Willy.
        >
        > "Shannon Richards" <srichards_it@h otmail.com> wrote in message
        > news:eIBkD02jEH A.3876@TK2MSFTN GP15.phx.gbl...[color=green]
        > > Hello all: I am trying to retrieve all drives of a specific type.
        > >
        > > I can obtain all drives via the Directory.GetLo gicalDrives() method
        > > however
        > > there is no obvious way to determine the type of drive?
        > >
        > > Thank you,
        > > Shannon Richards.
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...