HelloWorld.JsonUserService.GetFilepath C# (CSharp) Method

GetFilepath() private method

private GetFilepath ( string email ) : string
email string
return string
        private string GetFilepath( string email )
        {
            return Path.Combine( userDataRoot, email + ".json" );
        }