Added home dir lookup.

This commit is contained in:
Branimir Karadžić
2017-11-15 20:19:57 -08:00
parent a2dd7097fb
commit c04c499aee
5 changed files with 69 additions and 13 deletions

View File

@@ -119,6 +119,6 @@ TEST_CASE("FilePath", "")
TEST_CASE("FilePath temp", "")
{
bx::FilePath tmp(bx::TempDir::Tag);
bx::FilePath tmp(bx::Dir::Temp);
REQUIRE(0 != bx::strCmp(".", tmp.getPath().getPtr() ) );
}