System.Xml.Tests.XsltcTestCaseBase.GetPath C# (CSharp) Méthode

GetPath() private méthode

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