stack

Home > @infiniteobjects/core-library-node > FileSystem > exists

FileSystem.exists() method

Returns true if the given path exists in the FileSystem.

Signature:

static exists(filePath: string): boolean;

Parameters

Parameter Type Description
filePath string  

Returns:

boolean