I\'m using C and sometimes I have to handle paths like
Is there a way to ch
Call GetFileAttributes, and check for the FILE_ATTRIBUTE_DIRECTORY attribute.