FileSystem.

GetFile(FilePath) Method

Summary

Gets a IFile instance representing the specified path.
Namespace
Cake.Core.IO
Containing Type
FileSystem

Syntax

public IFile GetFile(FilePath path)

Parameters

Name Type Description
path FilePath The path.

Return Value

Type Description
IFile A IFile instance representing the specified path.