Hi,

using C++ how can i check the presence of a folder in a drive.
The path of the folder is available in a std::string like std::string path = "C:\\TestFolder";

Please help.

Thanks
Dave