Method GetSourceAsFileAsync
GetSourceAsFileAsync()
Gets the source as an IAbsoluteFilePath. If the source is a non-file stream, it will be copied to a new work file and returned. If the source is already an IAbsoluteFilePath, it will be returned directly.
Declaration
public ValueTask<IAbsoluteFilePath> GetSourceAsFileAsync()
Returns
| Type | Description |
|---|---|
| ValueTask<IAbsoluteFilePath> |