AsyncImageAndroid.DownloadManager.FetchStorePath C# (CSharp) Method

FetchStorePath() private method

private FetchStorePath ( string fileName ) : string
fileName string
return string
		string FetchStorePath(string fileName)
		{
			return Path.Combine (DocumentsFolder, fileName);
		}