Table of Contents

Method HasFiles

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HasFiles(string, string)

Gets whether the specified folder has files with the given mask.

public static bool HasFiles(string path, string mask)

Parameters

path string

Path to files.

mask string

File mask.

Returns

bool