Bari.Plugins.PythonScripts.Scripting.ScriptRunnerBase.GetTargetRelativePath C# (CSharp) Method

GetTargetRelativePath() protected method

protected GetTargetRelativePath ( IFileSystemDirectory innerRoot, string path ) : TargetRelativePath
innerRoot IFileSystemDirectory
path string
return TargetRelativePath
        protected TargetRelativePath GetTargetRelativePath(IFileSystemDirectory innerRoot, string path)
        {
            return new TargetRelativePath(TargetRoot.GetRelativePath(innerRoot), path);
        }