dolphin/Source/UnitTests/Core/IOS
Léo Lam bbc8631357 IOS/FS: Fix CreateFullPath to not create directories that already exist
This fixes CreateFullPath to not create directories when it is known
that they already exist, instead of calling CreateDirectory anyway
and checking if the error is AlreadyExists. (That doesn't work
now that we have an accurate implementation of CreateDirectory
that performs permission checks before checking for existence.)

I'm not sure what I was thinking when I wrote that function.

Also adds some tests for CreateFullPath.
2020-01-30 18:07:03 +01:00
..
ES Add CommonTitles.h for common Wii title IDs 2017-06-26 15:17:55 +02:00
FS IOS/FS: Fix CreateFullPath to not create directories that already exist 2020-01-30 18:07:03 +01:00