Otter SDK Reference
Version:

DirectoryExistsAsync(string path) Method

Returns a value indicating whether a directory exists at the specified path.

Syntax

public abstract Task<bool> DirectoryExistsAsync(string path)

Parameters

path
Type: string

The path of the directory.

Returns

True if the directory exists; otherwise false.