C# Class Selenium.Extensions.StringExtensions

Show file Open project: Jayman1305/Selenium.Extensions

Public Methods

Method Description
AbsolutePath ( this value ) : string

Returns the absolute path of the provided relative path. If the path is already absolute, it returns the path without modification.

Method Details

AbsolutePath() public static method

Returns the absolute path of the provided relative path. If the path is already absolute, it returns the path without modification.
public static AbsolutePath ( this value ) : string
value this The value.
return string