Table of Contents

Method CreateDirectoryAsync

Namespace
PowerSync.Common.Attachments
Assembly
PowerSync.Common.dll

CreateDirectoryAsync(string)

Creates a directory at the specified path. No-ops if it already exists.

public Task CreateDirectoryAsync(string path)

Parameters

path string

The full path to the directory.

Returns

Task

A task that completes when the directory has been created or already exists.