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

Threaded View

  1. #1
    Join Date
    May 2007
    Posts
    3

    Arrow How to check directory's presence?

    Hi,

    I need to see if a particular directory is present or not, at the specified path.
    For a file we can do it using fopen() return value but what for a directory (for all platforms)?

    --Virendra--
    Last edited by vnyelurkar; May 10th, 2007 at 05:42 AM.

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