Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.IO.IFileSystem.GetDirectoriesAsync Method

(not specified)

Class: YetaWF.Core.IO.IFileSystem
Namespace: YetaWF.Core.IO
Assembly: YetaWF.Core

Syntax

public Task<List<string>> GetDirectoriesAsync(
    string targetFolder,
    string? pattern = null );

Parameters

targetFolder

(not specified)

pattern

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.IO.IFileSystem ClassYetaWF.Core Overview