I\'m using C and sometimes I have to handle paths like
Is there a way to ch
If you're using CFile you can try
CFile
CFileStatus status; if (CFile::GetStatus(fileName, status) && status.m_attribute == 0x10){ //it's directory }