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

A simple helper class for file system access.
Inheritance: IFileSystemHelper
Afficher le fichier Open project: BjRo/xunitbddextensions

Méthodes publiques

Méthode 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 méthode

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

GetFullPath() public méthode

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.
Résultat string