C# 클래스 Xunit.Reporting.Internal.Generator.FileSystemHelper

A simple helper class for file system access.
상속: IFileSystemHelper
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
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