# TempFile Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [TempFile](/reference/api/csharp/aspire.hosting/tempfile.md)
- Kind: `Properties`
- Members: `1`

Represents a temporary file that will be deleted when disposed.

## Path

- Name: `Path`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the full path to the temporary file.

```csharp
public abstract string Path { get; }
```
