Skip to content

PathInfoBase.isFile() method

pathlib-ts > PathInfoBase > isFile

Signature:

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

Parameter

Type

Description

followSymlinks

boolean

(Optional)

Returns:

Promise<boolean>