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

    Visual c++: Directory check

    Hello,

    I want to check if a directory is a network drive or not. I found Directory::Excist() but is only tells if a directory is available and not if it is a network drive. I use Visual c++ 2008 Express.

    Does anyone know how to check this?

    Thank you,

    Twan

  2. #2
    Join Date
    Apr 2008
    Posts
    133

    Re: Visual c++: Directory check

    Try with 'PathIsNetworkPath()' API

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Visual c++: Directory check

    Victor Nijegorodov

Tags for this Thread

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