PathInfoBase.exists() method
pathlib-ts > PathInfoBase > exists
PathInfoBase.exists() method
Section titled “PathInfoBase.exists() method”Signature:
exists(followSymlinks?: boolean): Promise<boolean>;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
followSymlinks |
boolean |
(Optional) |
Returns:
Promise<boolean>