Method ReadFileAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
ReadFileAsync(string)
Opens a file for streaming reads.
Task<Stream> ReadFileAsync(string filePath)
Parameters
filePathstringPath of the file.
Returns
Remarks
The caller disposes the returned stream.