LocalFileProvider.

GetFile(FilePath) Method

Summary

Gets a file from a specified path.

Syntax

public IFile GetFile(FilePath path)

Parameters

Name Type Description
path FilePath The path to the file.

Return Value

Type Description
IFile The file.
GitHub