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

Threaded View

  1. #3
    Join Date
    May 2019
    Location
    Michigan
    Posts
    35

    Re: GetDirectories mistakenly returns [Documents and Settings] in Visual Studio 2012

    You are correct. This happens right after it gets the directory {DELL}. It works perfectly right up to that point.
    I did not come up with this code, I copied it off of a YouTube video. The funny thing is that I had an earlier version of this project that worked fine for getting the directories, but failed in another area. This forced me to change this code to what it is to get everything working smoothly. Now the question is, what do I do about this? Any ideas?
    Last edited by oldGMtireman; November 13th, 2019 at 09:53 AM. Reason: learned even more about error

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