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