# IFileSystemService

- Kind: `interface`
- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.Hosting/Ats/IFileSystemService.cs)

Service for managing Aspire directories.

## Definition

```csharp
namespace Aspire.Hosting;

public interface IFileSystemService
{
    // ...
}
```

## Remarks

This service provides a centralized way to manage directories used by Aspire, including temporary files, cache, and other storage needs.

## Properties

- [TempDirectory](/reference/api/csharp/aspire.hosting/ifilesystemservice/properties.md#tempdirectory) : [ITempFileSystemService](/reference/api/csharp/aspire.hosting/itempfilesystemservice.md) `abstract` `get` -- Gets the temporary directory service for managing temporary files and directories.
