Skip to content
  • Harald Sitter's avatar
    port to native windows api · f9f6caba
    Harald Sitter authored
    the previous code internally would use _stat which has a number of
    defects: it doesn't correctly support symlinks (or junctions for that
    matter), and it doesn't work with large files to the point where
    anything >4gb just didn't register at all
    
    instead use the native win32 api for file attributes to fix both issues
    f9f6caba