Skip to content
Docs Try Aspire

IFileSystemService

Interface net10.0
📦 Aspire.Hosting v13.1.2
Service for managing Aspire directories.
namespace Aspire.Hosting;
public interface IFileSystemService
{
// ...
}
This service provides a centralized way to manage directories used by Aspire, including temporary files, cache, and other storage needs.
TempDirectoryabstractget
Gets the temporary directory service for managing temporary files and directories.
View all properties