APD.IntegrationTests.VCS.Git.GitSharpContext.FilepathInLocalDirectory C# (CSharp) Méthode

FilepathInLocalDirectory() protected static méthode

protected static FilepathInLocalDirectory ( string filename ) : string
filename string
Résultat string
        protected static string FilepathInLocalDirectory(string filename)
        {
            var path = Path.Combine(_localDirectory, filename);
            return path;
        }