System.Xml.Tests.XsltcTestCaseBase.GetPath C# (CSharp) Method

GetPath() private method

private GetPath ( string fileName ) : string
fileName string
return string
        private string GetPath(string fileName)
        {
            return XsltcModule.TargetDirectory + Path.DirectorySeparatorChar + fileName;
        }