AppHarbor.Test.Mocks.MockHttp.GetDataPathFor C# (CSharp) Method

GetDataPathFor() protected method

protected GetDataPathFor ( string json ) : string
json string
return string
		protected string GetDataPathFor(string json)
		{
			var dataPath = Util.GetDataPath();

			return Path.Combine(dataPath, json);
		}