Skip to content

Overview / existsDir

existsDir()

existsDir(path): Promise<boolean>

Checks if a directory exists.

Parameters

ParameterTypeDescription
pathstringThe path to the directory to check.

Returns

Promise<boolean>

Released under the GPL-3.0 License.