Neutronium.WebBrowserEngine.ChromiumFx.Session.ChromiumFxSession.GetPath C# (CSharp) Method

GetPath() private method

private GetPath ( string relativePath ) : string
relativePath string
return string
        private string GetPath(string relativePath) 
        {
            return System.IO.Path.Combine(_CurrentDirectory, relativePath);
        }