summaryrefslogtreecommitdiff
path: root/Runtime/File/ApplicationSpecificPersistentDataPath.h
blob: cd251e801213d67119404125210305675952eb60 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

std::string GetPersistentDataPathApplicationSpecific();
std::string GetTemporaryCachePathApplicationSpecific();
std::string GetAppDataPath();
std::string GetStreamingAssetsPath();

void ConvertToLegalPathNameCorrectly(std::string& path);
void ConvertToLegalPathNameBroken(std::string& path);