Summary
Gets the registered file provider for a specified path.
- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .IO - Containing Type
- TestFileSystem
Syntax
public IFileProvider GetFileProvider(NormalizedPath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | NormalizedPath | The path to get the file provider for. |
Return Value
| Type | Description |
|---|---|
| IFileProvider | The file provider for the specified path. |
