How to check if directory exist using C++ and winAPI
See the question and my original answer on StackOverflowIf linking to the shell Lightweight API (shlwapi.dll) is ok for you, you can use the PathIsDirectory function
If linking to the shell Lightweight API (shlwapi.dll) is ok for you, you can use the PathIsDirectory function