Gets a file representing a temp file with a random file name.
- Namespace
- Statiq
.Common - Containing Type
- I
Read Only File System Extensions
Syntax
public static IFile GetTempFile(this IReadOnlyFileSystem fileSystem)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IReadOnlyFileSystem | The file system. |
Return Value
| Type | Description |
|---|---|
| IFile | A temp file. |