Table of Contents

Method readDirectory

Namespace
Alternet.Common.TypeScript.Native
Assembly
Alternet.Common.TypeScript.v9.dll

readDirectory(string, string[], string[], string[], int?)

Gets the file names listing of the specified directory.

string[] readDirectory(string path, string[] extensions, string[] exclude, string[] include, int? depth)

Parameters

path string
extensions string[]
exclude string[]
include string[]
depth int?

Returns

string[]