| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use wchar_t for everything on Windows. Solves a lot of filesystem
charset problems.
|
|
|
|
|
|
Don't use FILE_ATTRIBUTE_NORMAL, it's a "magic" value for something
else. To check if a file is a regular file, we need to check if it's
NOT a directory (or a device).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Type-safe wrapper for uri_get_suffix().
|
|
|
|
Eliminate duplicate code.
|
|
|
|
|
|
|
|
|
|
|
|
Replaces StatFile(), with a portable data object.
|
|
|
|
|
|
PathExists() should better do what CheckAccess() does, and
CheckAccess() doesn't do what its name implies.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes yet another breakage of creating the database+state file on
Windows.
|
|
|
|
|