Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 831 Bytes

File metadata and controls

58 lines (31 loc) · 831 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > FileSystem > isNotDirectoryError

FileSystem.isNotDirectoryError() method

Returns true if the error object indicates the target is not a directory (ENOTDIR<></>).

Signature:

static isNotDirectoryError(error: Error): boolean;

Parameters

Parameter

Type

Description

error

Error

Returns:

boolean