public static string GetPath(SaveLocation saveLocation, string relativePath) { return(saveLocation != SaveLocation.Absolute ? SystemPath.Combine(_saveLocations[saveLocation], relativePath).AbsolutePath : SystemPath.Create(relativePath).AbsolutePath); }