FileSystem: Make more functions UTF-8 compatible on Windows

This commit is contained in:
Connor McLaughlin
2020-08-06 21:53:04 +10:00
parent f1315b182f
commit 512a8b2b39
2 changed files with 54 additions and 98 deletions

View File

@ -161,10 +161,6 @@ bool DirectoryExists(const char* Path);
// delete file
bool DeleteFile(const char* Path);
// reads file name
bool GetFileName(String& Destination, const char* FileName);
bool GetFileName(String& FileName);
// open files
std::unique_ptr<ByteStream> OpenFile(const char* FileName, u32 Flags);