Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Directory.GetLogicalDrives()

Directory.GetLogicalDrives()

Scheduled Pinned Locked Moved C#
helpcsharp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sunshine Always
    wrote on last edited by
    #1

    hi I want to list out the drives on my device. i wrote this code for .net compact framework: string[] dList = System.IO.Directory.GetLogicalDrives(); for (int i = 0; i < dList.Length; i++) { MessageBox.Show(dList[i]); } But on compilation i get the error saying that "System.IO.Directory.GetLogicalDrives()" is not supported. Can anyone please help. Thnaks

    J 1 Reply Last reply
    0
    • S Sunshine Always

      hi I want to list out the drives on my device. i wrote this code for .net compact framework: string[] dList = System.IO.Directory.GetLogicalDrives(); for (int i = 0; i < dList.Length; i++) { MessageBox.Show(dList[i]); } But on compilation i get the error saying that "System.IO.Directory.GetLogicalDrives()" is not supported. Can anyone please help. Thnaks

      J Offline
      J Offline
      J a a n s
      wrote on last edited by
      #2

      All the devices/platforms are not supporting this method. Please make sure that your device is supported by Compact framework. You can go through this[^] link for that.

      *jaans

      S 1 Reply Last reply
      0
      • J J a a n s

        All the devices/platforms are not supporting this method. Please make sure that your device is supported by Compact framework. You can go through this[^] link for that.

        *jaans

        S Offline
        S Offline
        Sunshine Always
        wrote on last edited by
        #3

        My device supports compact framework. a wince device doesnot have drives, it has storage places. so i dont know how to list them out.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups