ITempFileSystemService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service for managing temporary directories and files within Aspire.
public interface ITempFileSystemService
type ITempFileSystemService = interface
Public Interface ITempFileSystemService
Methods
| Name | Description |
|---|---|
| CreateTempFile(String) |
Creates a new temporary file and returns it. |
| CreateTempSubdirectory(String) |
Creates and returns a temporary subdirectory. |