Otter SDK Reference
Version:

GetFileSystemInfosAsync(string path, Inedo.IO.MaskingContext mask) Method

Returns files and directories which match the specified mask.

Syntax

public abstract Task<IList<Inedo.IO.SlimFileSystemInfo>> GetFileSystemInfosAsync(string path, Inedo.IO.MaskingContext mask)

Parameters

path
Type: string

The path to search in.

mask
Type: Inedo.IO.MaskingContext

The mask.

Returns

Matching files and directories.