Otter SDK Reference
Version:

GetFileSystemInfos(IFileOperationsExecuter agent, string path, Inedo.IO.MaskingContext mask) Method

Returns files and directories which match the specified mask.

Syntax

public static IList<Inedo.IO.SlimFileSystemInfo> GetFileSystemInfos(IFileOperationsExecuter agent, string path, Inedo.IO.MaskingContext mask)

Parameters

agent
Type: IFileOperationsExecuter

The agent.

path
Type: string

The path to search in.

mask
Type: Inedo.IO.MaskingContext

The mask.

Returns

Matching files and directories.