Table of Contents

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

filePath string

Path of the file.

Returns

Task<bool>

True if the file exists, false otherwise.