HostInterface: Create user directories on startup

This commit is contained in:
Connor McLaughlin
2020-01-24 14:51:10 +10:00
parent b4c06fdcc6
commit f6fee86f1c
2 changed files with 14 additions and 0 deletions

View File

@ -90,6 +90,9 @@ protected:
void SetUserDirectory();
/// Ensures all subdirectories of the user directory are created.
void CreateUserDirectorySubdirectories();
/// Returns the path of the settings file.
std::string GetSettingsFileName() const;