CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Checking drive

  1. #1
    Join Date
    Jan 2001
    Location
    Los Angeles, CA, United States
    Posts
    47

    Checking drive

    My question is three.

    1.Can I check whether diskette is inserted in A: drive or not in my program?
    2.Can I chect whether CD-ROM is inserted in cdrom drive or not in my program?
    3.How can I detect CD is CD-R or rewritable-CD in my program?

    Could anyone who know it let me know the way?


    I'm a senior programmer.
    Working at CamSight, Dental imaging solutions industry.

  2. #2
    Join Date
    Sep 2001
    Location
    IL, USA
    Posts
    1,090

    Re: Checking drive

    The GetDrive method and the IsReady property of the FileSystemObject should give you the information your looking for.


  3. #3
    Join Date
    Sep 2003
    Posts
    3
    will this answer the third question as well?

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

Featured