Otter SDK Reference
Version:

GetDirectoryInfoAsync(string path) Method

Returns information about the directory at the specified path.

Syntax

public abstract Task<Inedo.IO.SlimDirectoryInfo> GetDirectoryInfoAsync(string path)

Parameters

path
Type: string

The path of the directory.

Returns

Information about the specified directory.