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

ReplaceCurrentWorkingDirectory() protected method

protected ReplaceCurrentWorkingDirectory ( string commandLine ) : string
commandLine string
return string
        protected string ReplaceCurrentWorkingDirectory(string commandLine)
        {
            return commandLine.Replace(@"$(CurrentWorkingDirectory)", XsltcModule.TargetDirectory);
        }