IFileSystem.

GetDirectory(DirectoryPath) Method

Summary

Gets a IDirectory instance representing the specified path.
Namespace
Cake.Core.IO
Containing Type
IFileSystem

Syntax

IDirectory GetDirectory(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path.

Return Value

Type Description
IDirectory A IDirectory instance representing the specified path.