ObjFW  Check-in [e6e027971e]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e6e027971e2c171fb7a43f5b291a8f27a6656668d18a55ee870abda197f29401
User & Date: js on 2019-04-10 21:22:34
Other Links: manifest | tags
Context
2019-04-11
00:34
Make OFFileManager available with --disable-files check-in: c52f38388c user: js tags: trunk
2019-04-10
21:22
Use GetFileAttributesW() to see if a file exists check-in: e6e027971e user: js tags: trunk
2019-04-08
18:19
configure: Add a hack on DJGPP to find some tools check-in: 934dab8faf user: js tags: trunk
Changes