Add Windows support.
This commit is contained in:
parent
ee51f3ee09
commit
683ba5447f
37 changed files with 477 additions and 113 deletions
|
@ -13,7 +13,7 @@ File::File(std::filesystem::path path)
|
|||
|
||||
std::string File::GetExtension() const
|
||||
{
|
||||
return mFullPath.extension();
|
||||
return mFullPath.extension().string();
|
||||
}
|
||||
|
||||
void File::SetAccessMode(AccessMode mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue