[Home](../README.md) > FsStorageProvider

# Class: FsStorageProvider

Filesystem-backed implementation of IHttpStorageProvider.

**Implements:** [`IHttpStorageProvider`](../interfaces/IHttpStorageProvider.md)

## Constructors

<table><thead><tr><th>

Constructor

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead>
<tbody>
<tr><td>

`constructor(rootPath)`

</td><td>



</td><td>



</td></tr>
</tbody></table>

## Methods

<table><thead><tr><th>

Method

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead>
<tbody>
<tr><td>

[getItem(itemPath)](./FsStorageProvider.getItem.md)

</td><td>



</td><td>



</td></tr>
<tr><td>

[getChildren(itemPath)](./FsStorageProvider.getChildren.md)

</td><td>



</td><td>



</td></tr>
<tr><td>

[getFile(itemPath)](./FsStorageProvider.getFile.md)

</td><td>



</td><td>



</td></tr>
<tr><td>

[saveFile(itemPath, contents, contentType)](./FsStorageProvider.saveFile.md)

</td><td>



</td><td>



</td></tr>
<tr><td>

[createDirectory(itemPath)](./FsStorageProvider.createDirectory.md)

</td><td>



</td><td>



</td></tr>
<tr><td>

[sync()](./FsStorageProvider.sync.md)

</td><td>



</td><td>



</td></tr>
</tbody></table>
