FileSystemAdapter โ€บ exists

FileSystemAdapter.exists() method

Signature:

exists(normalizedPath: string, sensitive?: boolean): Promise<boolean>;

Parameters

ParameterTypeDescription
normalizedPathstring
sensitiveboolean(Optional)

Returns:

Promise<boolean>