You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Framework/AzTest/AzTest
lumberyard-employee-dm 0a8170f52a
Added IsDirectory function to SystemFile (#4454)
* Added IsDirectory function to SystemFile

This takes the implementation in LocalFileIO and uses it for SystemFile
and then just has LocalFileIO call the SystemFile implementation

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Fixed logic to detect the WinApi FILE_ATTRIBUTE_DIRECTORY attribute

Updated the FileIO.cpp test to use AZ::IO::Path and removed direct uses
of AZStd::string

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Adding googletest printers for string and Path classes

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>

* Updated the SystemFile_WinAPI functions to use AZStd::to_wstring

This makes the the SystemFile function convert from UTF-8 to UTF-16

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
Platform Put the ShaderMetrics.json in the @user@ folder, plus an unrelated #include path fix. (#4402) 4 years ago
AzTest.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
AzTest.h more Code/Framework fixes 4 years ago
ColorizedOutput.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GemTestEnvironment.cpp Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
GemTestEnvironment.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Platform.h Shorten copyright headers by splitting into 2 lines (#2213) 5 years ago
Printers.cpp Added IsDirectory function to SystemFile (#4454) 4 years ago
Printers.h Added IsDirectory function to SystemFile (#4454) 4 years ago
Printers.inl Added IsDirectory function to SystemFile (#4454) 4 years ago
Utils.cpp Modernization + AZStd::function compare fix. (#3680) 4 years ago
Utils.h Added IsDirectory function to SystemFile (#4454) 4 years ago
aztest_files.cmake Added IsDirectory function to SystemFile (#4454) 4 years ago