• Show log

    Commit

  • Hash : 19ac1ed7
    Author : Vicent Marti
    Date : 2011-07-04T21:33:26

    fileops: Fix stat() on directories for W32
    
    The `stat` methods were having issues when called with a trailing slash
    in Windows platforms.
    
    We now use GetFileAttributes() where possible, which doesn't have this
    restriction.