C# Класс Xunit.Reporting.Internal.Generator.FileSystemHelper

A simple helper class for file system access.
Наследование: IFileSystemHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DirectoryExists() публичный Метод

Checks whether the directory specified via path exists.
public DirectoryExists ( string path ) : bool
path string Specifies the full path to a path.
Результат bool

GetFullPath() публичный Метод

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.
Результат string