LocalFileProvider.

GetDirectory(DirectoryPath) Method

Summary

Gets a directory from a specified path.

Syntax

public IDirectory GetDirectory(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path to the directory.

Return Value

Type Description
IDirectory The directory.
GitHub