I\'m using C and sometimes I have to handle paths like
Is there a way to ch
On Windows you can use GetFileAttributes on an open handle.