Method FileExistsAsync
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
FileExistsAsync(string)
Checks if a file exists at the given path.
public Task<bool> FileExistsAsync(string filePath)
Parameters
filePathstringPath of the file.