C# Class Xunit.Reporting.Internal.Generator.FileSystemHelper

A simple helper class for file system access.
Inheritance: IFileSystemHelper
Exibir arquivo Open project: BjRo/xunitbddextensions

Public Methods

Method Description
DirectoryExists ( string path ) : bool

Checks whether the directory specified via path exists.

GetFullPath ( string relativePath ) : string

Gets the absolute path representing the same path as the relative path supplied via relativePath.

Method Details

DirectoryExists() public method

Checks whether the directory specified via path exists.
public DirectoryExists ( string path ) : bool
path string Specifies the full path to a path.
return bool

GetFullPath() public method

Gets the absolute path representing the same path as the relative path supplied via relativePath.
public GetFullPath ( string relativePath ) : string
relativePath string Specifies a relative path.
return string