Skip to content

PathInfoBase.exists() method

pathlib-ts > PathInfoBase > exists

Signature:

exists(followSymlinks?: boolean): Promise<boolean>;

Parameter

Type

Description

followSymlinks

boolean

(Optional)

Returns:

Promise<boolean>