FakeFileSystem.

GetFile(FilePath) Method

Summary

Gets a FakeFile instance representing the specified path.
Namespace
Cake.Testing
Containing Type
FakeFileSystem

Syntax

public FakeFile GetFile(FilePath path)

Parameters

Name Type Description
path FilePath The path.

Return Value

Type Description
FakeFile A FakeFile instance representing the specified path.