I\'m using C and sometimes I have to handle paths like
Is there a way to ch
In Win32, I usually use PathIsDirectory and its sister functions. This works in Windows 98, which GetFileAttributes does not (according to the MSDN documentation.)