ObjFW  Hex Artifact Content

Artifact bad8975ada42727e5cf9c3fa7d453e7074c3fbbf2287c24088bc2b1cf6991a0a:

  • File src/OFURLHandler_file.m — part of check-in [e6e027971e] at 2019-04-10 21:22:34 on branch trunk — Use GetFileAttributesW() to see if a file exists

    _wstat64() does not work on drives, so e.g. for C:\ it would always
    return that it doesn't exist.

    Ideally, in the future, all calls to _wstat64() would be replaced with
    native calls that return the same information, to avoid any
    inconsistencies. At that point, the Amiga re-implementation of of_stat()
    could be deprecated as well. (user: js, size: 31158) [annotate] [blame] [check-ins using]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.